Html Css Color HEX #AB694A Sante Fe

📋 copy color: '#AB694A'

red 171 ◦ green 105 ◦ blue 74

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

Shades of Sante Fe #AB694A

Tints of Sante Fe #AB694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 48.86%
G = 30%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB694A (or 0xAB694A) is known color: Sante Fe. HEX triplet: AB, 69 and 4A. RGB value is (171,105,74). Sum of RGB (Red+Green+Blue) = 171+105+74=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB694A is #5496B5. Grayscale: #797979. Windows color (decimal): -5543606 or 4876715. OLE color: 4876715.

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

Color convert

RGB 171 105 74 -
CMYK 0 0.39 0.57 0.33
HSL 19.18º 0.4% 0.48% -
HSV(B) 19.18º 0.57% 0.67% -
XYZ 23.08 19.26 8.98 -
YUV 121.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 171 105 74 0 0.39 0.57 0.33 19.18 0.4 0.48
Hex AB 69 4A 0 27 39 21 13 28 30
Octal 253 151 112 0 47 71 41 23 50 60
Binary 10101011 1101001 1001010 0 100111 111001 100001 10011 101000 110000

Color Harmonies of #AB694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB694A

Black with #AB694A

Text Example


Text Example

White with #AB694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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