Html Css Color HEX #AF7353 Sante Fe

📋 copy color: '#AF7353'

red 175 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #AF7353

Tints of Sante Fe #AF7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 46.92%
G = 30.83%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7353 (or 0xAF7353) is known color: Sante Fe. HEX triplet: AF, 73 and 53. RGB value is (175,115,83). Sum of RGB (Red+Green+Blue) = 175+115+83=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7353 is #508CAC. Grayscale: #818181. Windows color (decimal): -5278893 or 5469103. OLE color: 5469103.

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

Color convert

RGB 175 115 83 -
CMYK 0 0.34 0.53 0.31
HSL 20.87º 0.37% 0.51% -
HSV(B) 20.87º 0.53% 0.69% -
XYZ 25.37 22 11.09 -
YUV 129.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 175 115 83 0 0.34 0.53 0.31 20.87 0.37 0.51
Hex AF 73 53 0 22 35 1F 15 25 33
Octal 257 163 123 0 42 65 37 25 45 63
Binary 10101111 1110011 1010011 0 100010 110101 11111 10101 100101 110011

Color Harmonies of #AF7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7353

Black with #AF7353

Text Example


Text Example

White with #AF7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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