Html Css Color HEX #AB702D Hot Toddy

📋 copy color: '#AB702D'

red 171 ◦ green 112 ◦ blue 45

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

Shades of Hot Toddy #AB702D

Tints of Hot Toddy #AB702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 52.13%
G = 34.15%
B = 13.72%

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

#AB702D (or 0xAB702D) is known color: Hot Toddy. HEX triplet: AB, 70 and 2D. RGB value is (171,112,45). Sum of RGB (Red+Green+Blue) = 171+112+45=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB702D is #548FD2. Grayscale: #7A7A7A. Windows color (decimal): -5541843 or 2977963. OLE color: 2977963.

HSL color Cylindrical-coordinate representation of color #AB702D: hue angle of 31.9º degrees, saturation: 0.58, 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 #AB702D is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 45 -
CMYK 0 0.35 0.74 0.33
HSL 31.9º 0.58% 0.42% -
HSV(B) 31.9º 0.74% 0.67% -
XYZ 23.06 20.44 5.21 -
YUV 122 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 171 112 45 0 0.35 0.74 0.33 31.9 0.58 0.42
Hex AB 70 2D 0 23 4A 21 20 3A 2A
Octal 253 160 55 0 43 112 41 40 72 52
Binary 10101011 1110000 101101 0 100011 1001010 100001 100000 111010 101010

Color Harmonies of #AB702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB702D

Black with #AB702D

Text Example


Text Example

White with #AB702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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