Html Css Color HEX #AB744F Sante Fe

📋 copy color: '#AB744F'

red 171 ◦ green 116 ◦ blue 79

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

Shades of Sante Fe #AB744F

Tints of Sante Fe #AB744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 46.72%
G = 31.69%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB744F (or 0xAB744F) is known color: Sante Fe. HEX triplet: AB, 74 and 4F. RGB value is (171,116,79). Sum of RGB (Red+Green+Blue) = 171+116+79=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB744F is #548BB0. Grayscale: #808080. Windows color (decimal): -5540785 or 5207211. OLE color: 5207211.

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

Color convert

RGB 171 116 79 -
CMYK 0 0.32 0.54 0.33
HSL 24.13º 0.37% 0.49% -
HSV(B) 24.13º 0.54% 0.67% -
XYZ 24.45 21.71 10.3 -
YUV 128.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 171 116 79 0 0.32 0.54 0.33 24.13 0.37 0.49
Hex AB 74 4F 0 20 36 21 18 25 31
Octal 253 164 117 0 40 66 41 30 45 61
Binary 10101011 1110100 1001111 0 100000 110110 100001 11000 100101 110001

Color Harmonies of #AB744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB744F

Black with #AB744F

Text Example


Text Example

White with #AB744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB744F; }

 p { color: rgb(171,116,79); }

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

background-color css

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

 a { background-color: rgb(171,116,79); }

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

border-color css

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

 span { border-color: rgb(171,116,79); }

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