Html Css Color HEX #AF7358 Sante Fe

📋 copy color: '#AF7358'

red 175 ◦ green 115 ◦ blue 88

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

Shades of Sante Fe #AF7358

Tints of Sante Fe #AF7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 46.3%
G = 30.42%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7358 (or 0xAF7358) is known color: Sante Fe. HEX triplet: AF, 73 and 58. RGB value is (175,115,88). Sum of RGB (Red+Green+Blue) = 175+115+88=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7358 is #508CA7. Grayscale: #828282. Windows color (decimal): -5278888 or 5796783. OLE color: 5796783.

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

Color convert

RGB 175 115 88 -
CMYK 0 0.34 0.50 0.31
HSL 18.62º 0.35% 0.52% -
HSV(B) 18.62º 0.5% 0.69% -
XYZ 25.57 22.08 12.15 -
YUV 129.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 175 115 88 0 0.34 0.50 0.31 18.62 0.35 0.52
Hex AF 73 58 0 22 32 1F 13 23 34
Octal 257 163 130 0 42 62 37 23 43 64
Binary 10101111 1110011 1011000 0 100010 110010 11111 10011 100011 110100

Color Harmonies of #AF7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7358

Black with #AF7358

Text Example


Text Example

White with #AF7358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7358; }

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

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

background-color css

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

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

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

border-color css

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

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

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