Html Css Color HEX #AF7053 Sante Fe

📋 copy color: '#AF7053'

red 175 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #AF7053

Tints of Sante Fe #AF7053

RGB

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

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

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

R = 47.3%
G = 30.27%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF7053 (or 0xAF7053) is known color: Sante Fe. HEX triplet: AF, 70 and 53. RGB value is (175,112,83). Sum of RGB (Red+Green+Blue) = 175+112+83=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7053 is #508FAC. Grayscale: #7F7F7F. Windows color (decimal): -5279661 or 5468335. OLE color: 5468335.

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

Color convert

RGB 175 112 83 -
CMYK 0 0.36 0.53 0.31
HSL 18.91º 0.37% 0.51% -
HSV(B) 18.91º 0.53% 0.69% -
XYZ 25.03 21.33 10.98 -
YUV 127.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 175 112 83 0 0.36 0.53 0.31 18.91 0.37 0.51
Hex AF 70 53 0 24 35 1F 13 25 33
Octal 257 160 123 0 44 65 37 23 45 63
Binary 10101111 1110000 1010011 0 100100 110101 11111 10011 100101 110011

Color Harmonies of #AF7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7053

Black with #AF7053

Text Example


Text Example

White with #AF7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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