Html Css Color HEX #A76D1E Hot Toddy

📋 copy color: '#A76D1E'

red 167 ◦ green 109 ◦ blue 30

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

Shades of Hot Toddy #A76D1E

Tints of Hot Toddy #A76D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 54.58%
G = 35.62%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A76D1E (or 0xA76D1E) is known color: Hot Toddy. HEX triplet: A7, 6D and 1E. RGB value is (167,109,30). Sum of RGB (Red+Green+Blue) = 167+109+30=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D1E is #5892E1. Grayscale: #757575. Windows color (decimal): -5804770 or 1994151. OLE color: 1994151.

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

Color convert

RGB 167 109 30 -
CMYK 0 0.35 0.82 0.35
HSL 34.6º 0.7% 0.39% -
HSV(B) 34.6º 0.82% 0.65% -
XYZ 21.64 19.25 3.8 -
YUV 117.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 167 109 30 0 0.35 0.82 0.35 34.6 0.7 0.39
Hex A7 6D 1E 0 23 52 23 23 46 27
Octal 247 155 36 0 43 122 43 43 106 47
Binary 10100111 1101101 11110 0 100011 1010010 100011 100011 1000110 100111

Color Harmonies of #A76D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D1E

Black with #A76D1E

Text Example


Text Example

White with #A76D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D1E; }

 p { color: rgb(167,109,30); }

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

background-color css

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

 a { background-color: rgb(167,109,30); }

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

border-color css

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

 span { border-color: rgb(167,109,30); }

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