Html Css Color HEX #AF6D51 Sante Fe

📋 copy color: '#AF6D51'

red 175 ◦ green 109 ◦ blue 81

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

Shades of Sante Fe #AF6D51

Tints of Sante Fe #AF6D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 47.95%
G = 29.86%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6D51 (or 0xAF6D51) is known color: Sante Fe. HEX triplet: AF, 6D and 51. RGB value is (175,109,81). Sum of RGB (Red+Green+Blue) = 175+109+81=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D51 is #5092AE. Grayscale: #7D7D7D. Windows color (decimal): -5280431 or 5336495. OLE color: 5336495.

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

Color convert

RGB 175 109 81 -
CMYK 0 0.38 0.54 0.31
HSL 17.87º 0.37% 0.5% -
HSV(B) 17.87º 0.54% 0.69% -
XYZ 24.63 20.65 10.47 -
YUV 125.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 175 109 81 0 0.38 0.54 0.31 17.87 0.37 0.5
Hex AF 6D 51 0 26 36 1F 12 25 32
Octal 257 155 121 0 46 66 37 22 45 62
Binary 10101111 1101101 1010001 0 100110 110110 11111 10010 100101 110010

Color Harmonies of #AF6D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D51

Black with #AF6D51

Text Example


Text Example

White with #AF6D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D51; }

 p { color: rgb(175,109,81); }

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

background-color css

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

 a { background-color: rgb(175,109,81); }

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

border-color css

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

 span { border-color: rgb(175,109,81); }

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