#A7812F

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

Shades of Hot Toddy #A7812F

Tints of Hot Toddy #A7812F

Color information

#A7812F (or 0xA7812F) is unknown color: approx Hot Toddy. HEX triplet: A7, 81 and 2F. RGB value is (167,129,47). Sum of RGB (Red+Green+Blue) = 167+129+47=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7812F is #587ED0. Grayscale: #838383. Windows color (decimal): -5799633 or 3113383. OLE color: 3113383.

HSL color Cylindrical-coordinate representation of color #A7812F: hue angle of 41º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7812F is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16712947-
CMYK00.230.720.35
HSL41º56.07%41.96%-
HSV(B)41º71.86%65.49%-
XYZ24.324.126.06-
YUV131.0180.59153.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 47 (18.75% from 255) = 13.70%
R=48.69%
G=37.61%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671294700.230.720.354156.0741.96
HexA7812F017482329382a
Octal2472015702711043517052
Binary10100111100000011011110101111001000100011101001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7812F; }

 p { color: rgb(167,129,47); }

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

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

 a { background-color: rgb(167,129,47); }

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

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

 span { border-color: rgb(167,129,47); }

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