Html Css Color HEX #A68032 Hot Toddy

📋 copy color: '#A68032'

red 166 ◦ green 128 ◦ blue 50

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

Shades of Hot Toddy #A68032

Tints of Hot Toddy #A68032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 48.26%
G = 37.21%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A68032 (or 0xA68032) is known color: Hot Toddy. HEX triplet: A6, 80 and 32. RGB value is (166,128,50). Sum of RGB (Red+Green+Blue) = 166+128+50=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A68032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68032 is #597FCD. Grayscale: #828282. Windows color (decimal): -5865422 or 3309734. OLE color: 3309734.

HSL color Cylindrical-coordinate representation of color #A68032: hue angle of 40.34º 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 #A68032 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 50 -
CMYK 0 0.23 0.70 0.35
HSL 40.34º 0.54% 0.42% -
HSV(B) 40.34º 0.7% 0.65% -
XYZ 24.02 23.78 6.34 -
YUV 130.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 166 128 50 0 0.23 0.70 0.35 40.34 0.54 0.42
Hex A6 80 32 0 17 46 23 28 36 2A
Octal 246 200 62 0 27 106 43 50 66 52
Binary 10100110 10000000 110010 0 10111 1000110 100011 101000 110110 101010

Color Harmonies of #A68032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68032

Black with #A68032

Text Example


Text Example

White with #A68032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68032; }

 p { color: rgb(166,128,50); }

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

background-color css

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

 a { background-color: rgb(166,128,50); }

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

border-color css

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

 span { border-color: rgb(166,128,50); }

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