Html Css Color HEX #A47525 Hot Toddy

📋 copy color: '#A47525'

red 164 ◦ green 117 ◦ blue 37

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

Shades of Hot Toddy #A47525

Tints of Hot Toddy #A47525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 51.57%
G = 36.79%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47525 (or 0xA47525) is known color: Hot Toddy. HEX triplet: A4, 75 and 25. RGB value is (164,117,37). Sum of RGB (Red+Green+Blue) = 164+117+37=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A47525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47525 is #5B8ADA. Grayscale: #7A7A7A. Windows color (decimal): -5999323 or 2454948. OLE color: 2454948.

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

Color convert

RGB 164 117 37 -
CMYK 0 0.29 0.77 0.36
HSL 37.8º 0.63% 0.39% -
HSV(B) 37.8º 0.77% 0.64% -
XYZ 22.01 20.75 4.6 -
YUV 121.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 164 117 37 0 0.29 0.77 0.36 37.8 0.63 0.39
Hex A4 75 25 0 1D 4D 24 26 3F 27
Octal 244 165 45 0 35 115 44 46 77 47
Binary 10100100 1110101 100101 0 11101 1001101 100100 100110 111111 100111

Color Harmonies of #A47525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47525

Black with #A47525

Text Example


Text Example

White with #A47525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47525; }

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

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

background-color css

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

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

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

border-color css

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

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

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