Html Css Color HEX #A67C2F Hot Toddy

📋 copy color: '#A67C2F'

red 166 ◦ green 124 ◦ blue 47

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

Shades of Hot Toddy #A67C2F

Tints of Hot Toddy #A67C2F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.8%

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 49.26%
G = 36.8%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A67C2F (or 0xA67C2F) is known color: Hot Toddy. HEX triplet: A6, 7C and 2F. RGB value is (166,124,47). Sum of RGB (Red+Green+Blue) = 166+124+47=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C2F is #5983D0. Grayscale: #808080. Windows color (decimal): -5866449 or 3112102. OLE color: 3112102.

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

Color convert

RGB 166 124 47 -
CMYK 0 0.25 0.72 0.35
HSL 38.82º 0.56% 0.42% -
HSV(B) 38.82º 0.72% 0.65% -
XYZ 23.45 22.73 5.84 -
YUV 127.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 166 124 47 0 0.25 0.72 0.35 38.82 0.56 0.42
Hex A6 7C 2F 0 19 48 23 27 38 2A
Octal 246 174 57 0 31 110 43 47 70 52
Binary 10100110 1111100 101111 0 11001 1001000 100011 100111 111000 101010

Color Harmonies of #A67C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C2F

Black with #A67C2F

Text Example


Text Example

White with #A67C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C2F; }

 p { color: rgb(166,124,47); }

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

background-color css

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

 a { background-color: rgb(166,124,47); }

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

border-color css

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

 span { border-color: rgb(166,124,47); }

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