Html Css Color HEX #A67035 Hot Toddy

📋 copy color: '#A67035'

red 166 ◦ green 112 ◦ blue 53

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

Shades of Hot Toddy #A67035

Tints of Hot Toddy #A67035

RGB

 RED value IS 166 (65.23% from 255) = 50.15%

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 53 (21.09% from 255) = 16.01%

R = 50.15%
G = 33.84%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A67035 (or 0xA67035) is known color: Hot Toddy. HEX triplet: A6, 70 and 35. RGB value is (166,112,53). Sum of RGB (Red+Green+Blue) = 166+112+53=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A67035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67035 is #598FCA. Grayscale: #797979. Windows color (decimal): -5869515 or 3502246. OLE color: 3502246.

HSL color Cylindrical-coordinate representation of color #A67035: hue angle of 31.33º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A67035 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 53 -
CMYK 0 0.33 0.68 0.35
HSL 31.33º 0.52% 0.43% -
HSV(B) 31.33º 0.68% 0.65% -
XYZ 22.16 19.95 6.05 -
YUV 121.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 166 112 53 0 0.33 0.68 0.35 31.33 0.52 0.43
Hex A6 70 35 0 21 44 23 1F 34 2B
Octal 246 160 65 0 41 104 43 37 64 53
Binary 10100110 1110000 110101 0 100001 1000100 100011 11111 110100 101011

Color Harmonies of #A67035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67035

Black with #A67035

Text Example


Text Example

White with #A67035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67035; }

 p { color: rgb(166,112,53); }

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

background-color css

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

 a { background-color: rgb(166,112,53); }

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

border-color css

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

 span { border-color: rgb(166,112,53); }

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