Html Css Color HEX #A46F27 Hot Toddy

📋 copy color: '#A46F27'

red 164 ◦ green 111 ◦ blue 39

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

Shades of Hot Toddy #A46F27

Tints of Hot Toddy #A46F27

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

 GREEN value IS 111 (43.75% from 255) = 35.35%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 52.23%
G = 35.35%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A46F27 (or 0xA46F27) is known color: Hot Toddy. HEX triplet: A4, 6F and 27. RGB value is (164,111,39). Sum of RGB (Red+Green+Blue) = 164+111+39=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F27 is #5B90D8. Grayscale: #767676. Windows color (decimal): -6000857 or 2584484. OLE color: 2584484.

HSL color Cylindrical-coordinate representation of color #A46F27: hue angle of 34.56º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46F27 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 39 -
CMYK 0 0.32 0.76 0.36
HSL 34.56º 0.62% 0.4% -
HSV(B) 34.56º 0.76% 0.64% -
XYZ 21.36 19.41 4.54 -
YUV 118.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 164 111 39 0 0.32 0.76 0.36 34.56 0.62 0.4
Hex A4 6F 27 0 20 4C 24 23 3E 28
Octal 244 157 47 0 40 114 44 43 76 50
Binary 10100100 1101111 100111 0 100000 1001100 100100 100011 111110 101000

Color Harmonies of #A46F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F27

Black with #A46F27

Text Example


Text Example

White with #A46F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F27; }

 p { color: rgb(164,111,39); }

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

background-color css

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

 a { background-color: rgb(164,111,39); }

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

border-color css

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

 span { border-color: rgb(164,111,39); }

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