Html Css Color HEX #AB6750 Sante Fe

📋 copy color: '#AB6750'

red 171 ◦ green 103 ◦ blue 80

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

Shades of Sante Fe #AB6750

Tints of Sante Fe #AB6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 48.31%
G = 29.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB6750 (or 0xAB6750) is known color: Sante Fe. HEX triplet: AB, 67 and 50. RGB value is (171,103,80). Sum of RGB (Red+Green+Blue) = 171+103+80=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6750 is #5498AF. Grayscale: #787878. Windows color (decimal): -5544112 or 5269419. OLE color: 5269419.

HSL color Cylindrical-coordinate representation of color #AB6750: hue angle of 15.16º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6750 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 80 -
CMYK 0 0.40 0.53 0.33
HSL 15.16º 0.36% 0.49% -
HSV(B) 15.16º 0.53% 0.67% -
XYZ 23.09 18.94 10.03 -
YUV 120.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 171 103 80 0 0.40 0.53 0.33 15.16 0.36 0.49
Hex AB 67 50 0 28 35 21 F 24 31
Octal 253 147 120 0 50 65 41 17 44 61
Binary 10101011 1100111 1010000 0 101000 110101 100001 1111 100100 110001

Color Harmonies of #AB6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6750

Black with #AB6750

Text Example


Text Example

White with #AB6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6750; }

 p { color: rgb(171,103,80); }

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

background-color css

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

 a { background-color: rgb(171,103,80); }

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

border-color css

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

 span { border-color: rgb(171,103,80); }

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