Html Css Color HEX #A67A2F Hot Toddy

📋 copy color: '#A67A2F'

red 166 ◦ green 122 ◦ blue 47

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

Shades of Hot Toddy #A67A2F

Tints of Hot Toddy #A67A2F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 49.55%
G = 36.42%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A67A2F (or 0xA67A2F) is known color: Hot Toddy. HEX triplet: A6, 7A and 2F. RGB value is (166,122,47). Sum of RGB (Red+Green+Blue) = 166+122+47=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67A2F is #5985D0. Grayscale: #7E7E7E. Windows color (decimal): -5866961 or 3111590. OLE color: 3111590.

HSL color Cylindrical-coordinate representation of color #A67A2F: hue angle of 37.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 #A67A2F is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 47 -
CMYK 0 0.27 0.72 0.35
HSL 37.82º 0.56% 0.42% -
HSV(B) 37.82º 0.72% 0.65% -
XYZ 23.2 22.23 5.76 -
YUV 126.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 166 122 47 0 0.27 0.72 0.35 37.82 0.56 0.42
Hex A6 7A 2F 0 1B 48 23 26 38 2A
Octal 246 172 57 0 33 110 43 46 70 52
Binary 10100110 1111010 101111 0 11011 1001000 100011 100110 111000 101010

Color Harmonies of #A67A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A2F

Black with #A67A2F

Text Example


Text Example

White with #A67A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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