Html Css Color HEX #AB7553 Sante Fe

📋 copy color: '#AB7553'

red 171 ◦ green 117 ◦ blue 83

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

Shades of Sante Fe #AB7553

Tints of Sante Fe #AB7553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 46.09%
G = 31.54%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB7553 (or 0xAB7553) is known color: Sante Fe. HEX triplet: AB, 75 and 53. RGB value is (171,117,83). Sum of RGB (Red+Green+Blue) = 171+117+83=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7553 is #548AAC. Grayscale: #818181. Windows color (decimal): -5540525 or 5469611. OLE color: 5469611.

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

Color convert

RGB 171 117 83 -
CMYK 0 0.32 0.51 0.33
HSL 23.18º 0.35% 0.5% -
HSV(B) 23.18º 0.51% 0.67% -
XYZ 24.72 22.01 11.13 -
YUV 129.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 171 117 83 0 0.32 0.51 0.33 23.18 0.35 0.5
Hex AB 75 53 0 20 33 21 17 23 32
Octal 253 165 123 0 40 63 41 27 43 62
Binary 10101011 1110101 1010011 0 100000 110011 100001 10111 100011 110010

Color Harmonies of #AB7553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7553

Black with #AB7553

Text Example


Text Example

White with #AB7553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7553; }

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

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

background-color css

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

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

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

border-color css

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

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

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