Html Css Color HEX #AB7259 Sante Fe

📋 copy color: '#AB7259'

red 171 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AB7259

Tints of Sante Fe #AB7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 45.72%
G = 30.48%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB7259 (or 0xAB7259) is known color: Sante Fe. HEX triplet: AB, 72 and 59. RGB value is (171,114,89). Sum of RGB (Red+Green+Blue) = 171+114+89=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7259 is #548DA6. Grayscale: #808080. Windows color (decimal): -5541287 or 5862059. OLE color: 5862059.

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

Color convert

RGB 171 114 89 -
CMYK 0 0.33 0.48 0.33
HSL 18.29º 0.33% 0.51% -
HSV(B) 18.29º 0.48% 0.67% -
XYZ 24.62 21.41 12.29 -
YUV 128.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 171 114 89 0 0.33 0.48 0.33 18.29 0.33 0.51
Hex AB 72 59 0 21 30 21 12 21 33
Octal 253 162 131 0 41 60 41 22 41 63
Binary 10101011 1110010 1011001 0 100001 110000 100001 10010 100001 110011

Color Harmonies of #AB7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7259

Black with #AB7259

Text Example


Text Example

White with #AB7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7259; }

 p { color: rgb(171,114,89); }

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

background-color css

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

 a { background-color: rgb(171,114,89); }

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

border-color css

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

 span { border-color: rgb(171,114,89); }

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