Html Css Color HEX #AB774F Sante Fe

📋 copy color: '#AB774F'

red 171 ◦ green 119 ◦ blue 79

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

Shades of Sante Fe #AB774F

Tints of Sante Fe #AB774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 46.34%
G = 32.25%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB774F (or 0xAB774F) is known color: Sante Fe. HEX triplet: AB, 77 and 4F. RGB value is (171,119,79). Sum of RGB (Red+Green+Blue) = 171+119+79=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB774F is #5488B0. Grayscale: #828282. Windows color (decimal): -5540017 or 5207979. OLE color: 5207979.

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

Color convert

RGB 171 119 79 -
CMYK 0 0.30 0.54 0.33
HSL 26.09º 0.37% 0.49% -
HSV(B) 26.09º 0.54% 0.67% -
XYZ 24.8 22.42 10.42 -
YUV 129.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 171 119 79 0 0.30 0.54 0.33 26.09 0.37 0.49
Hex AB 77 4F 0 1E 36 21 1A 25 31
Octal 253 167 117 0 36 66 41 32 45 61
Binary 10101011 1110111 1001111 0 11110 110110 100001 11010 100101 110001

Color Harmonies of #AB774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB774F

Black with #AB774F

Text Example


Text Example

White with #AB774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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