Html Css Color HEX #AB6852 Sante Fe

📋 copy color: '#AB6852'

red 171 ◦ green 104 ◦ blue 82

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

Shades of Sante Fe #AB6852

Tints of Sante Fe #AB6852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 47.9%
G = 29.13%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AB6852 (or 0xAB6852) is known color: Sante Fe. HEX triplet: AB, 68 and 52. RGB value is (171,104,82). Sum of RGB (Red+Green+Blue) = 171+104+82=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6852 is #5497AD. Grayscale: #797979. Windows color (decimal): -5543854 or 5400747. OLE color: 5400747.

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

Color convert

RGB 171 104 82 -
CMYK 0 0.39 0.52 0.33
HSL 14.83º 0.35% 0.5% -
HSV(B) 14.83º 0.52% 0.67% -
XYZ 23.27 19.17 10.46 -
YUV 121.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 171 104 82 0 0.39 0.52 0.33 14.83 0.35 0.5
Hex AB 68 52 0 27 34 21 F 23 32
Octal 253 150 122 0 47 64 41 17 43 62
Binary 10101011 1101000 1010010 0 100111 110100 100001 1111 100011 110010

Color Harmonies of #AB6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6852

Black with #AB6852

Text Example


Text Example

White with #AB6852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6852; }

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

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

background-color css

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

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

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

border-color css

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

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

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