Html Css Color HEX #AF6959 Sante Fe

📋 copy color: '#AF6959'

red 175 ◦ green 105 ◦ blue 89

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

Shades of Sante Fe #AF6959

Tints of Sante Fe #AF6959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 47.43%
G = 28.46%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6959 (or 0xAF6959) is known color: Sante Fe. HEX triplet: AF, 69 and 59. RGB value is (175,105,89). Sum of RGB (Red+Green+Blue) = 175+105+89=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6959 is #5096A6. Grayscale: #7C7C7C. Windows color (decimal): -5281447 or 5859759. OLE color: 5859759.

HSL color Cylindrical-coordinate representation of color #AF6959: hue angle of 11.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6959 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 105 89 -
CMYK 0 0.40 0.49 0.31
HSL 11.16º 0.35% 0.52% -
HSV(B) 11.16º 0.49% 0.69% -
XYZ 24.53 19.94 12.01 -
YUV 124.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 175 105 89 0 0.40 0.49 0.31 11.16 0.35 0.52
Hex AF 69 59 0 28 31 1F B 23 34
Octal 257 151 131 0 50 61 37 13 43 64
Binary 10101111 1101001 1011001 0 101000 110001 11111 1011 100011 110100

Color Harmonies of #AF6959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6959

Black with #AF6959

Text Example


Text Example

White with #AF6959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6959; }

 p { color: rgb(175,105,89); }

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

background-color css

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

 a { background-color: rgb(175,105,89); }

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

border-color css

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

 span { border-color: rgb(175,105,89); }

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