Html Css Color HEX #AB7656 Sante Fe

📋 copy color: '#AB7656'

red 171 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #AB7656

Tints of Sante Fe #AB7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 45.6%
G = 31.47%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB7656 (or 0xAB7656) is known color: Sante Fe. HEX triplet: AB, 76 and 56. RGB value is (171,118,86). Sum of RGB (Red+Green+Blue) = 171+118+86=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7656 is #5489A9. Grayscale: #828282. Windows color (decimal): -5540266 or 5666475. OLE color: 5666475.

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

Color convert

RGB 171 118 86 -
CMYK 0 0.31 0.50 0.33
HSL 22.59º 0.34% 0.5% -
HSV(B) 22.59º 0.5% 0.67% -
XYZ 24.95 22.29 11.79 -
YUV 130.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 171 118 86 0 0.31 0.50 0.33 22.59 0.34 0.5
Hex AB 76 56 0 1F 32 21 17 22 32
Octal 253 166 126 0 37 62 41 27 42 62
Binary 10101011 1110110 1010110 0 11111 110010 100001 10111 100010 110010

Color Harmonies of #AB7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7656

Black with #AB7656

Text Example


Text Example

White with #AB7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7656; }

 p { color: rgb(171,118,86); }

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

background-color css

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

 a { background-color: rgb(171,118,86); }

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

border-color css

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

 span { border-color: rgb(171,118,86); }

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