Html Css Color HEX #AB7750 Sante Fe

📋 copy color: '#AB7750'

red 171 ◦ green 119 ◦ blue 80

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

Shades of Sante Fe #AB7750

Tints of Sante Fe #AB7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 46.22%
G = 32.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB7750 (or 0xAB7750) is known color: Sante Fe. HEX triplet: AB, 77 and 50. RGB value is (171,119,80). Sum of RGB (Red+Green+Blue) = 171+119+80=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7750 is #5488AF. Grayscale: #828282. Windows color (decimal): -5540016 or 5273515. OLE color: 5273515.

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

Color convert

RGB 171 119 80 -
CMYK 0 0.30 0.53 0.33
HSL 25.71º 0.36% 0.49% -
HSV(B) 25.71º 0.53% 0.67% -
XYZ 24.84 22.43 10.61 -
YUV 130.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 171 119 80 0 0.30 0.53 0.33 25.71 0.36 0.49
Hex AB 77 50 0 1E 35 21 1A 24 31
Octal 253 167 120 0 36 65 41 32 44 61
Binary 10101011 1110111 1010000 0 11110 110101 100001 11010 100100 110001

Color Harmonies of #AB7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7750

Black with #AB7750

Text Example


Text Example

White with #AB7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7750; }

 p { color: rgb(171,119,80); }

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

background-color css

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

 a { background-color: rgb(171,119,80); }

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

border-color css

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

 span { border-color: rgb(171,119,80); }

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