Html Css Color HEX #AB714E Sante Fe

📋 copy color: '#AB714E'

red 171 ◦ green 113 ◦ blue 78

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

Shades of Sante Fe #AB714E

Tints of Sante Fe #AB714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 47.24%
G = 31.22%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB714E (or 0xAB714E) is known color: Sante Fe. HEX triplet: AB, 71 and 4E. RGB value is (171,113,78). Sum of RGB (Red+Green+Blue) = 171+113+78=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB714E is #548EB1. Grayscale: #7E7E7E. Windows color (decimal): -5541554 or 5140907. OLE color: 5140907.

HSL color Cylindrical-coordinate representation of color #AB714E: hue angle of 22.58º 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 #AB714E is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 78 -
CMYK 0 0.34 0.54 0.33
HSL 22.58º 0.37% 0.49% -
HSV(B) 22.58º 0.54% 0.67% -
XYZ 24.07 21.02 10 -
YUV 126.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 171 113 78 0 0.34 0.54 0.33 22.58 0.37 0.49
Hex AB 71 4E 0 22 36 21 17 25 31
Octal 253 161 116 0 42 66 41 27 45 61
Binary 10101011 1110001 1001110 0 100010 110110 100001 10111 100101 110001

Color Harmonies of #AB714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB714E

Black with #AB714E

Text Example


Text Example

White with #AB714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB714E; }

 p { color: rgb(171,113,78); }

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

background-color css

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

 a { background-color: rgb(171,113,78); }

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

border-color css

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

 span { border-color: rgb(171,113,78); }

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