Html Css Color HEX #A67025 Hot Toddy

📋 copy color: '#A67025'

red 166 ◦ green 112 ◦ blue 37

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

Shades of Hot Toddy #A67025

Tints of Hot Toddy #A67025

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

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

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

R = 52.7%
G = 35.56%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A67025 (or 0xA67025) is known color: Hot Toddy. HEX triplet: A6, 70 and 25. RGB value is (166,112,37). Sum of RGB (Red+Green+Blue) = 166+112+37=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A67025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67025 is #598FDA. Grayscale: #777777. Windows color (decimal): -5869531 or 2453670. OLE color: 2453670.

HSL color Cylindrical-coordinate representation of color #A67025: hue angle of 34.88º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A67025 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 37 -
CMYK 0 0.33 0.78 0.35
HSL 34.88º 0.64% 0.4% -
HSV(B) 34.88º 0.78% 0.65% -
XYZ 21.85 19.83 4.43 -
YUV 119.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 166 112 37 0 0.33 0.78 0.35 34.88 0.64 0.4
Hex A6 70 25 0 21 4E 23 23 40 28
Octal 246 160 45 0 41 116 43 43 100 50
Binary 10100110 1110000 100101 0 100001 1001110 100011 100011 1000000 101000

Color Harmonies of #A67025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67025

Black with #A67025

Text Example


Text Example

White with #A67025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67025; }

 p { color: rgb(166,112,37); }

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

background-color css

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

 a { background-color: rgb(166,112,37); }

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

border-color css

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

 span { border-color: rgb(166,112,37); }

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