Html Css Color HEX #AB742B Hot Toddy

📋 copy color: '#AB742B'

red 171 ◦ green 116 ◦ blue 43

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

Shades of Hot Toddy #AB742B

Tints of Hot Toddy #AB742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 51.82%
G = 35.15%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB742B (or 0xAB742B) is known color: Hot Toddy. HEX triplet: AB, 74 and 2B. RGB value is (171,116,43). Sum of RGB (Red+Green+Blue) = 171+116+43=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB742B is #548BD4. Grayscale: #7C7C7C. Windows color (decimal): -5540821 or 2847915. OLE color: 2847915.

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

Color convert

RGB 171 116 43 -
CMYK 0 0.32 0.75 0.33
HSL 34.22º 0.6% 0.42% -
HSV(B) 34.22º 0.75% 0.67% -
XYZ 23.48 21.32 5.16 -
YUV 124.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 171 116 43 0 0.32 0.75 0.33 34.22 0.6 0.42
Hex AB 74 2B 0 20 4B 21 22 3C 2A
Octal 253 164 53 0 40 113 41 42 74 52
Binary 10101011 1110100 101011 0 100000 1001011 100001 100010 111100 101010

Color Harmonies of #AB742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB742B

Black with #AB742B

Text Example


Text Example

White with #AB742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB742B; }

 p { color: rgb(171,116,43); }

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

background-color css

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

 a { background-color: rgb(171,116,43); }

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

border-color css

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

 span { border-color: rgb(171,116,43); }

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