Html Css Color HEX #AF6358 Sante Fe

📋 copy color: '#AF6358'

red 175 ◦ green 99 ◦ blue 88

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

Shades of Sante Fe #AF6358

Tints of Sante Fe #AF6358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 48.34%
G = 27.35%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6358 (or 0xAF6358) is known color: Sante Fe. HEX triplet: AF, 63 and 58. RGB value is (175,99,88). Sum of RGB (Red+Green+Blue) = 175+99+88=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6358 is #509CA7. Grayscale: #787878. Windows color (decimal): -5282984 or 5792687. OLE color: 5792687.

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

Color convert

RGB 175 99 88 -
CMYK 0 0.43 0.50 0.31
HSL 7.59º 0.35% 0.52% -
HSV(B) 7.59º 0.5% 0.69% -
XYZ 23.9 18.74 11.59 -
YUV 120.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 175 99 88 0 0.43 0.50 0.31 7.59 0.35 0.52
Hex AF 63 58 0 2B 32 1F 8 23 34
Octal 257 143 130 0 53 62 37 10 43 64
Binary 10101111 1100011 1011000 0 101011 110010 11111 1000 100011 110100

Color Harmonies of #AF6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6358

Black with #AF6358

Text Example


Text Example

White with #AF6358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6358; }

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

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

background-color css

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

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

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

border-color css

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

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

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