Html Css Color HEX #A67D31 Hot Toddy

📋 copy color: '#A67D31'

red 166 ◦ green 125 ◦ blue 49

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

Shades of Hot Toddy #A67D31

Tints of Hot Toddy #A67D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 48.82%
G = 36.76%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A67D31 (or 0xA67D31) is known color: Hot Toddy. HEX triplet: A6, 7D and 31. RGB value is (166,125,49). Sum of RGB (Red+Green+Blue) = 166+125+49=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67D31 is #5982CE. Grayscale: #808080. Windows color (decimal): -5866191 or 3243430. OLE color: 3243430.

HSL color Cylindrical-coordinate representation of color #A67D31: hue angle of 38.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A67D31 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 125 49 -
CMYK 0 0.25 0.70 0.35
HSL 38.97º 0.54% 0.42% -
HSV(B) 38.97º 0.7% 0.65% -
XYZ 23.61 23 6.1 -
YUV 128.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 166 125 49 0 0.25 0.70 0.35 38.97 0.54 0.42
Hex A6 7D 31 0 19 46 23 27 36 2A
Octal 246 175 61 0 31 106 43 47 66 52
Binary 10100110 1111101 110001 0 11001 1000110 100011 100111 110110 101010

Color Harmonies of #A67D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D31

Black with #A67D31

Text Example


Text Example

White with #A67D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D31; }

 p { color: rgb(166,125,49); }

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

background-color css

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

 a { background-color: rgb(166,125,49); }

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

border-color css

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

 span { border-color: rgb(166,125,49); }

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