Html Css Color HEX #A67434 Hot Toddy

📋 copy color: '#A67434'

red 166 ◦ green 116 ◦ blue 52

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

Shades of Hot Toddy #A67434

Tints of Hot Toddy #A67434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 49.7%
G = 34.73%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A67434 (or 0xA67434) is known color: Hot Toddy. HEX triplet: A6, 74 and 34. RGB value is (166,116,52). Sum of RGB (Red+Green+Blue) = 166+116+52=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A67434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67434 is #598BCB. Grayscale: #7B7B7B. Windows color (decimal): -5868492 or 3437734. OLE color: 3437734.

HSL color Cylindrical-coordinate representation of color #A67434: hue angle of 33.68º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A67434 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 52 -
CMYK 0 0.30 0.69 0.35
HSL 33.68º 0.52% 0.43% -
HSV(B) 33.68º 0.69% 0.65% -
XYZ 22.59 20.85 6.08 -
YUV 123.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 166 116 52 0 0.30 0.69 0.35 33.68 0.52 0.43
Hex A6 74 34 0 1E 45 23 22 34 2B
Octal 246 164 64 0 36 105 43 42 64 53
Binary 10100110 1110100 110100 0 11110 1000101 100011 100010 110100 101011

Color Harmonies of #A67434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67434

Black with #A67434

Text Example


Text Example

White with #A67434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67434; }

 p { color: rgb(166,116,52); }

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

background-color css

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

 a { background-color: rgb(166,116,52); }

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

border-color css

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

 span { border-color: rgb(166,116,52); }

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