Html Css Color HEX #AF6F57 Sante Fe

📋 copy color: '#AF6F57'

red 175 ◦ green 111 ◦ blue 87

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

Shades of Sante Fe #AF6F57

Tints of Sante Fe #AF6F57

RGB

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

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

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

R = 46.92%
G = 29.76%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6F57 (or 0xAF6F57) is known color: Sante Fe. HEX triplet: AF, 6F and 57. RGB value is (175,111,87). Sum of RGB (Red+Green+Blue) = 175+111+87=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F57 is #5090A8. Grayscale: #7F7F7F. Windows color (decimal): -5279913 or 5730223. OLE color: 5730223.

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

Color convert

RGB 175 111 87 -
CMYK 0 0.37 0.50 0.31
HSL 16.36º 0.35% 0.51% -
HSV(B) 16.36º 0.5% 0.69% -
XYZ 25.08 21.17 11.78 -
YUV 127.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 175 111 87 0 0.37 0.50 0.31 16.36 0.35 0.51
Hex AF 6F 57 0 25 32 1F 10 23 33
Octal 257 157 127 0 45 62 37 20 43 63
Binary 10101111 1101111 1010111 0 100101 110010 11111 10000 100011 110011

Color Harmonies of #AF6F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F57

Black with #AF6F57

Text Example


Text Example

White with #AF6F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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