Html Css Color HEX #AB702C Hot Toddy

📋 copy color: '#AB702C'

red 171 ◦ green 112 ◦ blue 44

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

Shades of Hot Toddy #AB702C

Tints of Hot Toddy #AB702C

RGB

 RED value IS 171 (67.19% from 255) = 52.29%

 GREEN value IS 112 (44.14% from 255) = 34.25%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 52.29%
G = 34.25%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB702C (or 0xAB702C) is known color: Hot Toddy. HEX triplet: AB, 70 and 2C. RGB value is (171,112,44). Sum of RGB (Red+Green+Blue) = 171+112+44=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB702C is #548FD3. Grayscale: #7A7A7A. Windows color (decimal): -5541844 or 2912427. OLE color: 2912427.

HSL color Cylindrical-coordinate representation of color #AB702C: hue angle of 32.13º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB702C is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 44 -
CMYK 0 0.35 0.74 0.33
HSL 32.13º 0.59% 0.42% -
HSV(B) 32.13º 0.74% 0.67% -
XYZ 23.04 20.43 5.11 -
YUV 121.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 171 112 44 0 0.35 0.74 0.33 32.13 0.59 0.42
Hex AB 70 2C 0 23 4A 21 20 3B 2A
Octal 253 160 54 0 43 112 41 40 73 52
Binary 10101011 1110000 101100 0 100011 1001010 100001 100000 111011 101010

Color Harmonies of #AB702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB702C

Black with #AB702C

Text Example


Text Example

White with #AB702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB702C; }

 p { color: rgb(171,112,44); }

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

background-color css

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

 a { background-color: rgb(171,112,44); }

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

border-color css

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

 span { border-color: rgb(171,112,44); }

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