Html Css Color HEX #AB7D36 Mandalay

📋 copy color: '#AB7D36'

red 171 ◦ green 125 ◦ blue 54

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

Shades of Mandalay #AB7D36

Tints of Mandalay #AB7D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.43%

R = 48.86%
G = 35.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB7D36 (or 0xAB7D36) is known color: Mandalay. HEX triplet: AB, 7D and 36. RGB value is (171,125,54). Sum of RGB (Red+Green+Blue) = 171+125+54=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D36 is #5482C9. Grayscale: #828282. Windows color (decimal): -5538506 or 3571115. OLE color: 3571115.

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

Color convert

RGB 171 125 54 -
CMYK 0 0.27 0.68 0.33
HSL 36.41º 0.52% 0.44% -
HSV(B) 36.41º 0.68% 0.67% -
XYZ 24.79 23.59 6.74 -
YUV 130.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 171 125 54 0 0.27 0.68 0.33 36.41 0.52 0.44
Hex AB 7D 36 0 1B 44 21 24 34 2C
Octal 253 175 66 0 33 104 41 44 64 54
Binary 10101011 1111101 110110 0 11011 1000100 100001 100100 110100 101100

Color Harmonies of #AB7D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D36

Black with #AB7D36

Text Example


Text Example

White with #AB7D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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