Html Css Color HEX #AF6458 Sante Fe

📋 copy color: '#AF6458'

red 175 ◦ green 100 ◦ blue 88

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

Shades of Sante Fe #AF6458

Tints of Sante Fe #AF6458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 48.21%
G = 27.55%
B = 24.24%

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

#AF6458 (or 0xAF6458) is known color: Sante Fe. HEX triplet: AF, 64 and 58. RGB value is (175,100,88). Sum of RGB (Red+Green+Blue) = 175+100+88=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6458 is #509BA7. Grayscale: #797979. Windows color (decimal): -5282728 or 5792943. OLE color: 5792943.

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

Color convert

RGB 175 100 88 -
CMYK 0 0.43 0.50 0.31
HSL 8.28º 0.35% 0.52% -
HSV(B) 8.28º 0.5% 0.69% -
XYZ 24 18.93 11.62 -
YUV 121.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 175 100 88 0 0.43 0.50 0.31 8.28 0.35 0.52
Hex AF 64 58 0 2B 32 1F 8 23 34
Octal 257 144 130 0 53 62 37 10 43 64
Binary 10101111 1100100 1011000 0 101011 110010 11111 1000 100011 110100

Color Harmonies of #AF6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6458

Black with #AF6458

Text Example


Text Example

White with #AF6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6458; }

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

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

background-color css

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

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

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

border-color css

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

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

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