Html Css Color HEX #AF7357 Sante Fe

📋 copy color: '#AF7357'

red 175 ◦ green 115 ◦ blue 87

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

Shades of Sante Fe #AF7357

Tints of Sante Fe #AF7357

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 87 (34.38% from 255) = 23.08%

R = 46.42%
G = 30.5%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7357 (or 0xAF7357) is known color: Sante Fe. HEX triplet: AF, 73 and 57. RGB value is (175,115,87). Sum of RGB (Red+Green+Blue) = 175+115+87=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7357 is #508CA8. Grayscale: #818181. Windows color (decimal): -5278889 or 5731247. OLE color: 5731247.

HSL color Cylindrical-coordinate representation of color #AF7357: hue angle of 19.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7357 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 87 -
CMYK 0 0.34 0.50 0.31
HSL 19.09º 0.35% 0.51% -
HSV(B) 19.09º 0.5% 0.69% -
XYZ 25.53 22.06 11.93 -
YUV 129.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 175 115 87 0 0.34 0.50 0.31 19.09 0.35 0.51
Hex AF 73 57 0 22 32 1F 13 23 33
Octal 257 163 127 0 42 62 37 23 43 63
Binary 10101111 1110011 1010111 0 100010 110010 11111 10011 100011 110011

Color Harmonies of #AF7357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7357

Black with #AF7357

Text Example


Text Example

White with #AF7357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7357; }

 p { color: rgb(175,115,87); }

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

background-color css

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

 a { background-color: rgb(175,115,87); }

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

border-color css

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

 span { border-color: rgb(175,115,87); }

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