Html Css Color HEX #AB7D34 Hot Toddy

📋 copy color: '#AB7D34'

red 171 ◦ green 125 ◦ blue 52

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

Shades of Hot Toddy #AB7D34

Tints of Hot Toddy #AB7D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

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

R = 49.14%
G = 35.92%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB7D34 (or 0xAB7D34) is known color: Hot Toddy. HEX triplet: AB, 7D and 34. RGB value is (171,125,52). Sum of RGB (Red+Green+Blue) = 171+125+52=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D34 is #5482CB. Grayscale: #828282. Windows color (decimal): -5538508 or 3440043. OLE color: 3440043.

HSL color Cylindrical-coordinate representation of color #AB7D34: hue angle of 36.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB7D34 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 52 -
CMYK 0 0.27 0.70 0.33
HSL 36.81º 0.53% 0.44% -
HSV(B) 36.81º 0.7% 0.67% -
XYZ 24.75 23.57 6.49 -
YUV 130.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 171 125 52 0 0.27 0.70 0.33 36.81 0.53 0.44
Hex AB 7D 34 0 1B 46 21 25 35 2C
Octal 253 175 64 0 33 106 41 45 65 54
Binary 10101011 1111101 110100 0 11011 1000110 100001 100101 110101 101100

Color Harmonies of #AB7D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D34

Black with #AB7D34

Text Example


Text Example

White with #AB7D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D34; }

 p { color: rgb(171,125,52); }

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

background-color css

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

 a { background-color: rgb(171,125,52); }

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

border-color css

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

 span { border-color: rgb(171,125,52); }

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