Html Css Color HEX #AF7558 Sante Fe

📋 copy color: '#AF7558'

red 175 ◦ green 117 ◦ blue 88

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

Shades of Sante Fe #AF7558

Tints of Sante Fe #AF7558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 46.05%
G = 30.79%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7558 (or 0xAF7558) is known color: Sante Fe. HEX triplet: AF, 75 and 58. RGB value is (175,117,88). Sum of RGB (Red+Green+Blue) = 175+117+88=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7558 is #508AA7. Grayscale: #838383. Windows color (decimal): -5278376 or 5797295. OLE color: 5797295.

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

Color convert

RGB 175 117 88 -
CMYK 0 0.33 0.50 0.31
HSL 20º 0.35% 0.52% -
HSV(B) 20º 0.5% 0.69% -
XYZ 25.8 22.54 12.22 -
YUV 131.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 175 117 88 0 0.33 0.50 0.31 20 0.35 0.52
Hex AF 75 58 0 21 32 1F 14 23 34
Octal 257 165 130 0 41 62 37 24 43 64
Binary 10101111 1110101 1011000 0 100001 110010 11111 10100 100011 110100

Color Harmonies of #AF7558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7558

Black with #AF7558

Text Example


Text Example

White with #AF7558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7558; }

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

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

background-color css

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

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

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

border-color css

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

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

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