Html Css Color HEX #AF6D5B Sante Fe

📋 copy color: '#AF6D5B'

red 175 ◦ green 109 ◦ blue 91

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

Shades of Sante Fe #AF6D5B

Tints of Sante Fe #AF6D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 46.67%
G = 29.07%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF6D5B (or 0xAF6D5B) is known color: Sante Fe. HEX triplet: AF, 6D and 5B. RGB value is (175,109,91). Sum of RGB (Red+Green+Blue) = 175+109+91=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D5B is #5092A4. Grayscale: #7E7E7E. Windows color (decimal): -5280421 or 5991855. OLE color: 5991855.

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

Color convert

RGB 175 109 91 -
CMYK 0 0.38 0.48 0.31
HSL 12.86º 0.34% 0.52% -
HSV(B) 12.86º 0.48% 0.69% -
XYZ 25.04 20.81 12.59 -
YUV 126.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 175 109 91 0 0.38 0.48 0.31 12.86 0.34 0.52
Hex AF 6D 5B 0 26 30 1F D 22 34
Octal 257 155 133 0 46 60 37 15 42 64
Binary 10101111 1101101 1011011 0 100110 110000 11111 1101 100010 110100

Color Harmonies of #AF6D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D5B

Black with #AF6D5B

Text Example


Text Example

White with #AF6D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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