Html Css Color HEX #AF7351 Sante Fe

📋 copy color: '#AF7351'

red 175 ◦ green 115 ◦ blue 81

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

Shades of Sante Fe #AF7351

Tints of Sante Fe #AF7351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 47.17%
G = 31%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7351 (or 0xAF7351) is known color: Sante Fe. HEX triplet: AF, 73 and 51. RGB value is (175,115,81). Sum of RGB (Red+Green+Blue) = 175+115+81=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7351 is #508CAE. Grayscale: #818181. Windows color (decimal): -5278895 or 5338031. OLE color: 5338031.

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

Color convert

RGB 175 115 81 -
CMYK 0 0.34 0.54 0.31
HSL 21.7º 0.37% 0.5% -
HSV(B) 21.7º 0.54% 0.69% -
XYZ 25.3 21.97 10.69 -
YUV 129.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 175 115 81 0 0.34 0.54 0.31 21.7 0.37 0.5
Hex AF 73 51 0 22 36 1F 16 25 32
Octal 257 163 121 0 42 66 37 26 45 62
Binary 10101111 1110011 1010001 0 100010 110110 11111 10110 100101 110010

Color Harmonies of #AF7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7351

Black with #AF7351

Text Example


Text Example

White with #AF7351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7351; }

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

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

background-color css

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

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

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

border-color css

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

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

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