Html Css Color HEX #AF6E58 Sante Fe

📋 copy color: '#AF6E58'

red 175 ◦ green 110 ◦ blue 88

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

Shades of Sante Fe #AF6E58

Tints of Sante Fe #AF6E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 46.92%
G = 29.49%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6E58 (or 0xAF6E58) is known color: Sante Fe. HEX triplet: AF, 6E and 58. RGB value is (175,110,88). Sum of RGB (Red+Green+Blue) = 175+110+88=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E58 is #5091A7. Grayscale: #7F7F7F. Windows color (decimal): -5280168 or 5795503. OLE color: 5795503.

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

Color convert

RGB 175 110 88 -
CMYK 0 0.37 0.50 0.31
HSL 15.17º 0.35% 0.52% -
HSV(B) 15.17º 0.5% 0.69% -
XYZ 25.02 20.97 11.96 -
YUV 126.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 175 110 88 0 0.37 0.50 0.31 15.17 0.35 0.52
Hex AF 6E 58 0 25 32 1F F 23 34
Octal 257 156 130 0 45 62 37 17 43 64
Binary 10101111 1101110 1011000 0 100101 110010 11111 1111 100011 110100

Color Harmonies of #AF6E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E58

Black with #AF6E58

Text Example


Text Example

White with #AF6E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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