Html Css Color HEX #A27024 Hot Toddy

📋 copy color: '#A27024'

red 162 ◦ green 112 ◦ blue 36

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

Shades of Hot Toddy #A27024

Tints of Hot Toddy #A27024

RGB

 RED value IS 162 (63.67% from 255) = 52.26%

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

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 52.26%
G = 36.13%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A27024 (or 0xA27024) is known color: Hot Toddy. HEX triplet: A2, 70 and 24. RGB value is (162,112,36). Sum of RGB (Red+Green+Blue) = 162+112+36=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27024 is #5D8FDB. Grayscale: #767676. Windows color (decimal): -6131676 or 2388130. OLE color: 2388130.

HSL color Cylindrical-coordinate representation of color #A27024: hue angle of 36.19º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A27024 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 112 36 -
CMYK 0 0.31 0.78 0.36
HSL 36.19º 0.64% 0.39% -
HSV(B) 36.19º 0.78% 0.64% -
XYZ 21.01 19.4 4.31 -
YUV 118.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 162 112 36 0 0.31 0.78 0.36 36.19 0.64 0.39
Hex A2 70 24 0 1F 4E 24 24 40 27
Octal 242 160 44 0 37 116 44 44 100 47
Binary 10100010 1110000 100100 0 11111 1001110 100100 100100 1000000 100111

Color Harmonies of #A27024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27024

Black with #A27024

Text Example


Text Example

White with #A27024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27024; }

 p { color: rgb(162,112,36); }

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

background-color css

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

 a { background-color: rgb(162,112,36); }

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

border-color css

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

 span { border-color: rgb(162,112,36); }

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