Html Css Color HEX #AF6557 Sante Fe

📋 copy color: '#AF6557'

red 175 ◦ green 101 ◦ blue 87

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

Shades of Sante Fe #AF6557

Tints of Sante Fe #AF6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 48.21%
G = 27.82%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6557 (or 0xAF6557) is known color: Sante Fe. HEX triplet: AF, 65 and 57. RGB value is (175,101,87). Sum of RGB (Red+Green+Blue) = 175+101+87=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6557 is #509AA8. Grayscale: #797979. Windows color (decimal): -5282473 or 5727663. OLE color: 5727663.

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

Color convert

RGB 175 101 87 -
CMYK 0 0.42 0.50 0.31
HSL 9.55º 0.35% 0.51% -
HSV(B) 9.55º 0.5% 0.69% -
XYZ 24.05 19.11 11.44 -
YUV 121.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 175 101 87 0 0.42 0.50 0.31 9.55 0.35 0.51
Hex AF 65 57 0 2A 32 1F A 23 33
Octal 257 145 127 0 52 62 37 12 43 63
Binary 10101111 1100101 1010111 0 101010 110010 11111 1010 100011 110011

Color Harmonies of #AF6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6557

Black with #AF6557

Text Example


Text Example

White with #AF6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6557; }

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

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

background-color css

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

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

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

border-color css

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

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

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