Html Css Color HEX #A67E2E Hot Toddy

📋 copy color: '#A67E2E'

red 166 ◦ green 126 ◦ blue 46

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

Shades of Hot Toddy #A67E2E

Tints of Hot Toddy #A67E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 46 (18.36% from 255) = 13.61%

R = 49.11%
G = 37.28%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A67E2E (or 0xA67E2E) is known color: Hot Toddy. HEX triplet: A6, 7E and 2E. RGB value is (166,126,46). Sum of RGB (Red+Green+Blue) = 166+126+46=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E2E is #5981D1. Grayscale: #818181. Windows color (decimal): -5865938 or 3047078. OLE color: 3047078.

HSL color Cylindrical-coordinate representation of color #A67E2E: hue angle of 40º degrees, saturation: 0.57, 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 #A67E2E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 126 46 -
CMYK 0 0.24 0.72 0.35
HSL 40º 0.57% 0.42% -
HSV(B) 40º 0.72% 0.65% -
XYZ 23.68 23.23 5.82 -
YUV 128.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 166 126 46 0 0.24 0.72 0.35 40 0.57 0.42
Hex A6 7E 2E 0 18 48 23 28 39 2A
Octal 246 176 56 0 30 110 43 50 71 52
Binary 10100110 1111110 101110 0 11000 1001000 100011 101000 111001 101010

Color Harmonies of #A67E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E2E

Black with #A67E2E

Text Example


Text Example

White with #A67E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E2E; }

 p { color: rgb(166,126,46); }

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

background-color css

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

 a { background-color: rgb(166,126,46); }

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

border-color css

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

 span { border-color: rgb(166,126,46); }

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