Html Css Color HEX #AF6F50 Sante Fe

📋 copy color: '#AF6F50'

red 175 ◦ green 111 ◦ blue 80

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

Shades of Sante Fe #AF6F50

Tints of Sante Fe #AF6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 47.81%
G = 30.33%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6F50 (or 0xAF6F50) is known color: Sante Fe. HEX triplet: AF, 6F and 50. RGB value is (175,111,80). Sum of RGB (Red+Green+Blue) = 175+111+80=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F50 is #5090AF. Grayscale: #7E7E7E. Windows color (decimal): -5279920 or 5271471. OLE color: 5271471.

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

Color convert

RGB 175 111 80 -
CMYK 0 0.37 0.54 0.31
HSL 19.58º 0.37% 0.5% -
HSV(B) 19.58º 0.54% 0.69% -
XYZ 24.81 21.06 10.35 -
YUV 126.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 175 111 80 0 0.37 0.54 0.31 19.58 0.37 0.5
Hex AF 6F 50 0 25 36 1F 14 25 32
Octal 257 157 120 0 45 66 37 24 45 62
Binary 10101111 1101111 1010000 0 100101 110110 11111 10100 100101 110010

Color Harmonies of #AF6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F50

Black with #AF6F50

Text Example


Text Example

White with #AF6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F50; }

 p { color: rgb(175,111,80); }

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

background-color css

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

 a { background-color: rgb(175,111,80); }

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

border-color css

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

 span { border-color: rgb(175,111,80); }

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