Html Css Color HEX #AB7053 Sante Fe

📋 copy color: '#AB7053'

red 171 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #AB7053

Tints of Sante Fe #AB7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 46.72%
G = 30.6%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB7053 (or 0xAB7053) is known color: Sante Fe. HEX triplet: AB, 70 and 53. RGB value is (171,112,83). Sum of RGB (Red+Green+Blue) = 171+112+83=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7053 is #548FAC. Grayscale: #7E7E7E. Windows color (decimal): -5541805 or 5468331. OLE color: 5468331.

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

Color convert

RGB 171 112 83 -
CMYK 0 0.35 0.51 0.33
HSL 19.77º 0.35% 0.5% -
HSV(B) 19.77º 0.51% 0.67% -
XYZ 24.15 20.87 10.94 -
YUV 126.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 171 112 83 0 0.35 0.51 0.33 19.77 0.35 0.5
Hex AB 70 53 0 23 33 21 14 23 32
Octal 253 160 123 0 43 63 41 24 43 62
Binary 10101011 1110000 1010011 0 100011 110011 100001 10100 100011 110010

Color Harmonies of #AB7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7053

Black with #AB7053

Text Example


Text Example

White with #AB7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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