Html Css Color HEX #AB724F Sante Fe

📋 copy color: '#AB724F'

red 171 ◦ green 114 ◦ blue 79

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

Shades of Sante Fe #AB724F

Tints of Sante Fe #AB724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 46.98%
G = 31.32%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB724F (or 0xAB724F) is known color: Sante Fe. HEX triplet: AB, 72 and 4F. RGB value is (171,114,79). Sum of RGB (Red+Green+Blue) = 171+114+79=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB724F is #548DB0. Grayscale: #7F7F7F. Windows color (decimal): -5541297 or 5206699. OLE color: 5206699.

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

Color convert

RGB 171 114 79 -
CMYK 0 0.33 0.54 0.33
HSL 22.83º 0.37% 0.49% -
HSV(B) 22.83º 0.54% 0.67% -
XYZ 24.22 21.26 10.22 -
YUV 127.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 171 114 79 0 0.33 0.54 0.33 22.83 0.37 0.49
Hex AB 72 4F 0 21 36 21 17 25 31
Octal 253 162 117 0 41 66 41 27 45 61
Binary 10101011 1110010 1001111 0 100001 110110 100001 10111 100101 110001

Color Harmonies of #AB724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB724F

Black with #AB724F

Text Example


Text Example

White with #AB724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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