Html Css Color HEX #A46D25 Hot Toddy

📋 copy color: '#A46D25'

red 164 ◦ green 109 ◦ blue 37

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

Shades of Hot Toddy #A46D25

Tints of Hot Toddy #A46D25

RGB

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

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

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

R = 52.9%
G = 35.16%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46D25 (or 0xA46D25) is known color: Hot Toddy. HEX triplet: A4, 6D and 25. RGB value is (164,109,37). Sum of RGB (Red+Green+Blue) = 164+109+37=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D25 is #5B92DA. Grayscale: #757575. Windows color (decimal): -6001371 or 2452900. OLE color: 2452900.

HSL color Cylindrical-coordinate representation of color #A46D25: hue angle of 34.02º 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 #A46D25 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 109 37 -
CMYK 0 0.34 0.77 0.36
HSL 34.02º 0.63% 0.39% -
HSV(B) 34.02º 0.77% 0.64% -
XYZ 21.11 18.96 4.3 -
YUV 117.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 164 109 37 0 0.34 0.77 0.36 34.02 0.63 0.39
Hex A4 6D 25 0 22 4D 24 22 3F 27
Octal 244 155 45 0 42 115 44 42 77 47
Binary 10100100 1101101 100101 0 100010 1001101 100100 100010 111111 100111

Color Harmonies of #A46D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D25

Black with #A46D25

Text Example


Text Example

White with #A46D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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