Html Css Color HEX #A76A1F Hot Toddy

📋 copy color: '#A76A1F'

red 167 ◦ green 106 ◦ blue 31

#A76A1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Toddy #A76A1F

Tints of Hot Toddy #A76A1F

RGB

 RED value IS 167 (65.63% from 255) = 54.93%

 GREEN value IS 106 (41.8% from 255) = 34.87%

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 54.93%
G = 34.87%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A76A1F (or 0xA76A1F) is known color: Hot Toddy. HEX triplet: A7, 6A and 1F. RGB value is (167,106,31). Sum of RGB (Red+Green+Blue) = 167+106+31=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76A1F is #5895E0. Grayscale: #747474. Windows color (decimal): -5805537 or 2058919. OLE color: 2058919.

HSL color Cylindrical-coordinate representation of color #A76A1F: hue angle of 33.09º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A76A1F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 106 31 -
CMYK 0 0.37 0.81 0.35
HSL 33.09º 0.69% 0.39% -
HSV(B) 33.09º 0.81% 0.65% -
XYZ 21.34 18.62 3.77 -
YUV 115.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 167 106 31 0 0.37 0.81 0.35 33.09 0.69 0.39
Hex A7 6A 1F 0 25 51 23 21 45 27
Octal 247 152 37 0 45 121 43 41 105 47
Binary 10100111 1101010 11111 0 100101 1010001 100011 100001 1000101 100111

Color Harmonies of #A76A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A1F

Black with #A76A1F

Text Example


Text Example

White with #A76A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A1F; }

 p { color: rgb(167,106,31); }

 H1.HeaderClassName
 {
   color: #A76A1F;
 }
 .AnyTagClassName
 {
   color: #A76A1F;
 }
</style>

background-color css

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

 a { background-color: rgb(167,106,31); }

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

border-color css

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

 span { border-color: rgb(167,106,31); }

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