Html Css Color HEX #A46F25 Hot Toddy

📋 copy color: '#A46F25'

red 164 ◦ green 111 ◦ blue 37

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

Shades of Hot Toddy #A46F25

Tints of Hot Toddy #A46F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 52.56%
G = 35.58%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46F25 (or 0xA46F25) is known color: Hot Toddy. HEX triplet: A4, 6F and 25. RGB value is (164,111,37). Sum of RGB (Red+Green+Blue) = 164+111+37=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F25 is #5B90DA. Grayscale: #767676. Windows color (decimal): -6000859 or 2453412. OLE color: 2453412.

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

Color convert

RGB 164 111 37 -
CMYK 0 0.32 0.77 0.36
HSL 34.96º 0.63% 0.39% -
HSV(B) 34.96º 0.77% 0.64% -
XYZ 21.33 19.39 4.37 -
YUV 118.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 164 111 37 0 0.32 0.77 0.36 34.96 0.63 0.39
Hex A4 6F 25 0 20 4D 24 23 3F 27
Octal 244 157 45 0 40 115 44 43 77 47
Binary 10100100 1101111 100101 0 100000 1001101 100100 100011 111111 100111

Color Harmonies of #A46F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F25

Black with #A46F25

Text Example


Text Example

White with #A46F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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