Html Css Color HEX #AB6E4D Sante Fe

📋 copy color: '#AB6E4D'

red 171 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #AB6E4D

Tints of Sante Fe #AB6E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 47.77%
G = 30.73%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB6E4D (or 0xAB6E4D) is known color: Sante Fe. HEX triplet: AB, 6E and 4D. RGB value is (171,110,77). Sum of RGB (Red+Green+Blue) = 171+110+77=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E4D is #5491B2. Grayscale: #7C7C7C. Windows color (decimal): -5542323 or 5074603. OLE color: 5074603.

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

Color convert

RGB 171 110 77 -
CMYK 0 0.36 0.55 0.33
HSL 21.06º 0.38% 0.49% -
HSV(B) 21.06º 0.55% 0.67% -
XYZ 23.71 20.35 9.7 -
YUV 124.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 171 110 77 0 0.36 0.55 0.33 21.06 0.38 0.49
Hex AB 6E 4D 0 24 37 21 15 26 31
Octal 253 156 115 0 44 67 41 25 46 61
Binary 10101011 1101110 1001101 0 100100 110111 100001 10101 100110 110001

Color Harmonies of #AB6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E4D

Black with #AB6E4D

Text Example


Text Example

White with #AB6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E4D; }

 p { color: rgb(171,110,77); }

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

background-color css

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

 a { background-color: rgb(171,110,77); }

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

border-color css

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

 span { border-color: rgb(171,110,77); }

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