Html Css Color HEX #AB7052 Sante Fe

📋 copy color: '#AB7052'

red 171 ◦ green 112 ◦ blue 82

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

Shades of Sante Fe #AB7052

Tints of Sante Fe #AB7052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 46.85%
G = 30.68%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB7052 (or 0xAB7052) is known color: Sante Fe. HEX triplet: AB, 70 and 52. RGB value is (171,112,82). Sum of RGB (Red+Green+Blue) = 171+112+82=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7052 is #548FAD. Grayscale: #7E7E7E. Windows color (decimal): -5541806 or 5402795. OLE color: 5402795.

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

Color convert

RGB 171 112 82 -
CMYK 0 0.35 0.52 0.33
HSL 20.22º 0.35% 0.5% -
HSV(B) 20.22º 0.52% 0.67% -
XYZ 24.11 20.86 10.74 -
YUV 126.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 171 112 82 0 0.35 0.52 0.33 20.22 0.35 0.5
Hex AB 70 52 0 23 34 21 14 23 32
Octal 253 160 122 0 43 64 41 24 43 62
Binary 10101011 1110000 1010010 0 100011 110100 100001 10100 100011 110010

Color Harmonies of #AB7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7052

Black with #AB7052

Text Example


Text Example

White with #AB7052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7052; }

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

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

background-color css

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

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

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

border-color css

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

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

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