Html Css Color HEX #AB7452 Sante Fe

📋 copy color: '#AB7452'

red 171 ◦ green 116 ◦ blue 82

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

Shades of Sante Fe #AB7452

Tints of Sante Fe #AB7452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 82 (32.42% from 255) = 22.22%

R = 46.34%
G = 31.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB7452 (or 0xAB7452) is known color: Sante Fe. HEX triplet: AB, 74 and 52. RGB value is (171,116,82). Sum of RGB (Red+Green+Blue) = 171+116+82=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7452 is #548BAD. Grayscale: #808080. Windows color (decimal): -5540782 or 5403819. OLE color: 5403819.

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

Color convert

RGB 171 116 82 -
CMYK 0 0.32 0.52 0.33
HSL 22.92º 0.35% 0.5% -
HSV(B) 22.92º 0.52% 0.67% -
XYZ 24.56 21.76 10.89 -
YUV 128.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 171 116 82 0 0.32 0.52 0.33 22.92 0.35 0.5
Hex AB 74 52 0 20 34 21 17 23 32
Octal 253 164 122 0 40 64 41 27 43 62
Binary 10101011 1110100 1010010 0 100000 110100 100001 10111 100011 110010

Color Harmonies of #AB7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7452

Black with #AB7452

Text Example


Text Example

White with #AB7452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7452; }

 p { color: rgb(171,116,82); }

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

background-color css

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

 a { background-color: rgb(171,116,82); }

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

border-color css

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

 span { border-color: rgb(171,116,82); }

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