Html Css Color HEX #AB694C Sante Fe

📋 copy color: '#AB694C'

red 171 ◦ green 105 ◦ blue 76

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

Shades of Sante Fe #AB694C

Tints of Sante Fe #AB694C

RGB

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

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

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

R = 48.58%
G = 29.83%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB694C (or 0xAB694C) is known color: Sante Fe. HEX triplet: AB, 69 and 4C. RGB value is (171,105,76). Sum of RGB (Red+Green+Blue) = 171+105+76=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB694C is #5496B3. Grayscale: #797979. Windows color (decimal): -5543604 or 5007787. OLE color: 5007787.

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

Color convert

RGB 171 105 76 -
CMYK 0 0.39 0.56 0.33
HSL 18.32º 0.38% 0.48% -
HSV(B) 18.32º 0.56% 0.67% -
XYZ 23.15 19.28 9.34 -
YUV 121.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 171 105 76 0 0.39 0.56 0.33 18.32 0.38 0.48
Hex AB 69 4C 0 27 38 21 12 26 30
Octal 253 151 114 0 47 70 41 22 46 60
Binary 10101011 1101001 1001100 0 100111 111000 100001 10010 100110 110000

Color Harmonies of #AB694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB694C

Black with #AB694C

Text Example


Text Example

White with #AB694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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