Html Css Color HEX #AF6E5B Sante Fe

📋 copy color: '#AF6E5B'

red 175 ◦ green 110 ◦ blue 91

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

Shades of Sante Fe #AF6E5B

Tints of Sante Fe #AF6E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

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

R = 46.54%
G = 29.26%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF6E5B (or 0xAF6E5B) is known color: Sante Fe. HEX triplet: AF, 6E and 5B. RGB value is (175,110,91). Sum of RGB (Red+Green+Blue) = 175+110+91=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E5B is #5091A4. Grayscale: #7F7F7F. Windows color (decimal): -5280165 or 5992111. OLE color: 5992111.

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

Color convert

RGB 175 110 91 -
CMYK 0 0.37 0.48 0.31
HSL 13.57º 0.34% 0.52% -
HSV(B) 13.57º 0.48% 0.69% -
XYZ 25.14 21.02 12.63 -
YUV 127.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 175 110 91 0 0.37 0.48 0.31 13.57 0.34 0.52
Hex AF 6E 5B 0 25 30 1F E 22 34
Octal 257 156 133 0 45 60 37 16 42 64
Binary 10101111 1101110 1011011 0 100101 110000 11111 1110 100010 110100

Color Harmonies of #AF6E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E5B

Black with #AF6E5B

Text Example


Text Example

White with #AF6E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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