Html Css Color HEX #AB754C Sante Fe

📋 copy color: '#AB754C'

red 171 ◦ green 117 ◦ blue 76

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

Shades of Sante Fe #AB754C

Tints of Sante Fe #AB754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 46.98%
G = 32.14%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB754C (or 0xAB754C) is known color: Sante Fe. HEX triplet: AB, 75 and 4C. RGB value is (171,117,76). Sum of RGB (Red+Green+Blue) = 171+117+76=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB754C is #548AB3. Grayscale: #808080. Windows color (decimal): -5540532 or 5010859. OLE color: 5010859.

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

Color convert

RGB 171 117 76 -
CMYK 0 0.32 0.56 0.33
HSL 25.89º 0.38% 0.48% -
HSV(B) 25.89º 0.56% 0.67% -
XYZ 24.46 21.9 9.78 -
YUV 128.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 171 117 76 0 0.32 0.56 0.33 25.89 0.38 0.48
Hex AB 75 4C 0 20 38 21 1A 26 30
Octal 253 165 114 0 40 70 41 32 46 60
Binary 10101011 1110101 1001100 0 100000 111000 100001 11010 100110 110000

Color Harmonies of #AB754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB754C

Black with #AB754C

Text Example


Text Example

White with #AB754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB754C; }

 p { color: rgb(171,117,76); }

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

background-color css

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

 a { background-color: rgb(171,117,76); }

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

border-color css

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

 span { border-color: rgb(171,117,76); }

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