Html Css Color HEX #AF6658 Sante Fe

📋 copy color: '#AF6658'

red 175 ◦ green 102 ◦ blue 88

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

Shades of Sante Fe #AF6658

Tints of Sante Fe #AF6658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 47.95%
G = 27.95%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6658 (or 0xAF6658) is known color: Sante Fe. HEX triplet: AF, 66 and 58. RGB value is (175,102,88). Sum of RGB (Red+Green+Blue) = 175+102+88=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6658 is #5099A7. Grayscale: #7A7A7A. Windows color (decimal): -5282216 or 5793455. OLE color: 5793455.

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

Color convert

RGB 175 102 88 -
CMYK 0 0.42 0.50 0.31
HSL 9.66º 0.35% 0.52% -
HSV(B) 9.66º 0.5% 0.69% -
XYZ 24.19 19.32 11.69 -
YUV 122.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 175 102 88 0 0.42 0.50 0.31 9.66 0.35 0.52
Hex AF 66 58 0 2A 32 1F A 23 34
Octal 257 146 130 0 52 62 37 12 43 64
Binary 10101111 1100110 1011000 0 101010 110010 11111 1010 100011 110100

Color Harmonies of #AF6658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6658

Black with #AF6658

Text Example


Text Example

White with #AF6658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6658; }

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

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

background-color css

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

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

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

border-color css

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

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

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