Html Css Color HEX #AB6754 Sante Fe

📋 copy color: '#AB6754'

red 171 ◦ green 103 ◦ blue 84

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

Shades of Sante Fe #AB6754

Tints of Sante Fe #AB6754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.46%

R = 47.77%
G = 28.77%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB6754 (or 0xAB6754) is known color: Sante Fe. HEX triplet: AB, 67 and 54. RGB value is (171,103,84). Sum of RGB (Red+Green+Blue) = 171+103+84=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6754 is #5498AB. Grayscale: #797979. Windows color (decimal): -5544108 or 5531563. OLE color: 5531563.

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

Color convert

RGB 171 103 84 -
CMYK 0 0.40 0.51 0.33
HSL 13.1º 0.34% 0.5% -
HSV(B) 13.1º 0.51% 0.67% -
XYZ 23.25 19 10.83 -
YUV 121.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 171 103 84 0 0.40 0.51 0.33 13.1 0.34 0.5
Hex AB 67 54 0 28 33 21 D 22 32
Octal 253 147 124 0 50 63 41 15 42 62
Binary 10101011 1100111 1010100 0 101000 110011 100001 1101 100010 110010

Color Harmonies of #AB6754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6754

Black with #AB6754

Text Example


Text Example

White with #AB6754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6754; }

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

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

background-color css

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

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

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

border-color css

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

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

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