Html Css Color HEX #AB664C Sante Fe

📋 copy color: '#AB664C'

red 171 ◦ green 102 ◦ blue 76

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

Shades of Sante Fe #AB664C

Tints of Sante Fe #AB664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 49%
G = 29.23%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB664C (or 0xAB664C) is known color: Sante Fe. HEX triplet: AB, 66 and 4C. RGB value is (171,102,76). Sum of RGB (Red+Green+Blue) = 171+102+76=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB664C is #5499B3. Grayscale: #777777. Windows color (decimal): -5544372 or 5007019. OLE color: 5007019.

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

Color convert

RGB 171 102 76 -
CMYK 0 0.40 0.56 0.33
HSL 16.42º 0.38% 0.48% -
HSV(B) 16.42º 0.56% 0.67% -
XYZ 22.85 18.68 9.24 -
YUV 119.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 171 102 76 0 0.40 0.56 0.33 16.42 0.38 0.48
Hex AB 66 4C 0 28 38 21 10 26 30
Octal 253 146 114 0 50 70 41 20 46 60
Binary 10101011 1100110 1001100 0 101000 111000 100001 10000 100110 110000

Color Harmonies of #AB664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB664C

Black with #AB664C

Text Example


Text Example

White with #AB664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB664C; }

 p { color: rgb(171,102,76); }

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

background-color css

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

 a { background-color: rgb(171,102,76); }

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

border-color css

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

 span { border-color: rgb(171,102,76); }

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