#AA7B3D

Color #AA7B3D Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #AA7B3D

Tints of Hot Toddy #AA7B3D

Color information

#AA7B3D (or 0xAA7B3D) is unknown color: approx Hot Toddy. HEX triplet: AA, 7B and 3D. RGB value is (170,123,61). Sum of RGB (Red+Green+Blue) = 170+123+61=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B3D is #5584C2. Grayscale: #828282. Windows color (decimal): -5604547 or 4029354. OLE color: 4029354.

HSL color Cylindrical-coordinate representation of color #AA7B3D: hue angle of 34.13º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA7B3D is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17012361-
CMYK00.280.640.33
HSL34.13º47.19%45.29%-
HSV(B)34.13º64.12%66.67%-
XYZ24.523.057.57-
YUV129.9889.07156.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=48.02%
G=34.75%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701236100.280.640.3334.1347.1945.29
HexAA7B3D01C4021222f2d
Octal2521737503410041425755
Binary1010101011110111111010111001000000100001100010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B3D; }

 p { color: rgb(170,123,61); }

 H1.HeaderClassName
 {
   color: #AA7B3D;
 }
 .AnyTagClassName
 {
   color: #AA7B3D;
 }
</style>
background-color css

<style>
 a { background-color: #AA7B3D; }

 a { background-color: rgb(170,123,61); }

 div.DivClassName
 {
   background-color: #AA7B3D;
 }
 .BgClassName
 {
   background-color: #AA7B3D;
 }
</style>
border-color css

<style>
 span { border-color: #AA7B3D; }

 span { border-color: rgb(170,123,61); }

 td.TdClassName
 {
   border-color: #AA7B3D;
 }
 .TagClassName
 {
   border-color: #AA7B3D;
 }
</style>