Html Css Color HEX #AF7059 Sante Fe

📋 copy color: '#AF7059'

red 175 ◦ green 112 ◦ blue 89

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

Shades of Sante Fe #AF7059

Tints of Sante Fe #AF7059

RGB

 RED value IS 175 (68.75% from 255) = 46.54%

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 46.54%
G = 29.79%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF7059 (or 0xAF7059) is known color: Sante Fe. HEX triplet: AF, 70 and 59. RGB value is (175,112,89). Sum of RGB (Red+Green+Blue) = 175+112+89=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7059 is #508FA6. Grayscale: #808080. Windows color (decimal): -5279655 or 5861551. OLE color: 5861551.

HSL color Cylindrical-coordinate representation of color #AF7059: hue angle of 16.05º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7059 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 89 -
CMYK 0 0.36 0.49 0.31
HSL 16.05º 0.35% 0.52% -
HSV(B) 16.05º 0.49% 0.69% -
XYZ 25.28 21.42 12.25 -
YUV 128.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 175 112 89 0 0.36 0.49 0.31 16.05 0.35 0.52
Hex AF 70 59 0 24 31 1F 10 23 34
Octal 257 160 131 0 44 61 37 20 43 64
Binary 10101111 1110000 1011001 0 100100 110001 11111 10000 100011 110100

Color Harmonies of #AF7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7059

Black with #AF7059

Text Example


Text Example

White with #AF7059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7059; }

 p { color: rgb(175,112,89); }

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

background-color css

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

 a { background-color: rgb(175,112,89); }

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

border-color css

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

 span { border-color: rgb(175,112,89); }

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