Html Css Color HEX #AB7353 Sante Fe

📋 copy color: '#AB7353'

red 171 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #AB7353

Tints of Sante Fe #AB7353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.17%

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

R = 46.34%
G = 31.17%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB7353 (or 0xAB7353) is known color: Sante Fe. HEX triplet: AB, 73 and 53. RGB value is (171,115,83). Sum of RGB (Red+Green+Blue) = 171+115+83=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7353 is #548CAC. Grayscale: #808080. Windows color (decimal): -5541037 or 5469099. OLE color: 5469099.

HSL color Cylindrical-coordinate representation of color #AB7353: hue angle of 21.82º 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 #AB7353 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 83 -
CMYK 0 0.33 0.51 0.33
HSL 21.82º 0.35% 0.5% -
HSV(B) 21.82º 0.51% 0.67% -
XYZ 24.49 21.54 11.05 -
YUV 128.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 171 115 83 0 0.33 0.51 0.33 21.82 0.35 0.5
Hex AB 73 53 0 21 33 21 16 23 32
Octal 253 163 123 0 41 63 41 26 43 62
Binary 10101011 1110011 1010011 0 100001 110011 100001 10110 100011 110010

Color Harmonies of #AB7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7353

Black with #AB7353

Text Example


Text Example

White with #AB7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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