Html Css Color HEX #AB6953 Sante Fe

📋 copy color: '#AB6953'

red 171 ◦ green 105 ◦ blue 83

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

Shades of Sante Fe #AB6953

Tints of Sante Fe #AB6953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 47.63%
G = 29.25%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB6953 (or 0xAB6953) is known color: Sante Fe. HEX triplet: AB, 69 and 53. RGB value is (171,105,83). Sum of RGB (Red+Green+Blue) = 171+105+83=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6953 is #5496AC. Grayscale: #7A7A7A. Windows color (decimal): -5543597 or 5466539. OLE color: 5466539.

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

Color convert

RGB 171 105 83 -
CMYK 0 0.39 0.51 0.33
HSL 15º 0.35% 0.5% -
HSV(B) 15º 0.51% 0.67% -
XYZ 23.41 19.39 10.69 -
YUV 122.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 171 105 83 0 0.39 0.51 0.33 15 0.35 0.5
Hex AB 69 53 0 27 33 21 F 23 32
Octal 253 151 123 0 47 63 41 17 43 62
Binary 10101011 1101001 1010011 0 100111 110011 100001 1111 100011 110010

Color Harmonies of #AB6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6953

Black with #AB6953

Text Example


Text Example

White with #AB6953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6953; }

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

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

background-color css

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

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

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

border-color css

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

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

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