Html Css Color HEX #AF7259 Sante Fe

📋 copy color: '#AF7259'

red 175 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AF7259

Tints of Sante Fe #AF7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 46.3%
G = 30.16%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF7259 (or 0xAF7259) is known color: Sante Fe. HEX triplet: AF, 72 and 59. RGB value is (175,114,89). Sum of RGB (Red+Green+Blue) = 175+114+89=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7259 is #508DA6. Grayscale: #818181. Windows color (decimal): -5279143 or 5862063. OLE color: 5862063.

HSL color Cylindrical-coordinate representation of color #AF7259: hue angle of 17.44º 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 #AF7259 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 89 -
CMYK 0 0.35 0.49 0.31
HSL 17.44º 0.35% 0.52% -
HSV(B) 17.44º 0.49% 0.69% -
XYZ 25.5 21.87 12.33 -
YUV 129.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 175 114 89 0 0.35 0.49 0.31 17.44 0.35 0.52
Hex AF 72 59 0 23 31 1F 11 23 34
Octal 257 162 131 0 43 61 37 21 43 64
Binary 10101111 1110010 1011001 0 100011 110001 11111 10001 100011 110100

Color Harmonies of #AF7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7259

Black with #AF7259

Text Example


Text Example

White with #AF7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7259; }

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

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

background-color css

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

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

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

border-color css

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

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

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