Html Css Color HEX #AF6C57 Sante Fe

📋 copy color: '#AF6C57'

red 175 ◦ green 108 ◦ blue 87

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

Shades of Sante Fe #AF6C57

Tints of Sante Fe #AF6C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

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

R = 47.3%
G = 29.19%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6C57 (or 0xAF6C57) is known color: Sante Fe. HEX triplet: AF, 6C and 57. RGB value is (175,108,87). Sum of RGB (Red+Green+Blue) = 175+108+87=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C57 is #5093A8. Grayscale: #7D7D7D. Windows color (decimal): -5280681 or 5729455. OLE color: 5729455.

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

Color convert

RGB 175 108 87 -
CMYK 0 0.38 0.50 0.31
HSL 14.32º 0.35% 0.51% -
HSV(B) 14.32º 0.5% 0.69% -
XYZ 24.76 20.53 11.67 -
YUV 125.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 175 108 87 0 0.38 0.50 0.31 14.32 0.35 0.51
Hex AF 6C 57 0 26 32 1F E 23 33
Octal 257 154 127 0 46 62 37 16 43 63
Binary 10101111 1101100 1010111 0 100110 110010 11111 1110 100011 110011

Color Harmonies of #AF6C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C57

Black with #AF6C57

Text Example


Text Example

White with #AF6C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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