Html Css Color HEX #AF7758 Sante Fe

📋 copy color: '#AF7758'

red 175 ◦ green 119 ◦ blue 88

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

Shades of Sante Fe #AF7758

Tints of Sante Fe #AF7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 45.81%
G = 31.15%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF7758 (or 0xAF7758) is known color: Sante Fe. HEX triplet: AF, 77 and 58. RGB value is (175,119,88). Sum of RGB (Red+Green+Blue) = 175+119+88=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7758 is #5088A7. Grayscale: #848484. Windows color (decimal): -5277864 or 5797807. OLE color: 5797807.

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

Color convert

RGB 175 119 88 -
CMYK 0 0.32 0.50 0.31
HSL 21.38º 0.35% 0.52% -
HSV(B) 21.38º 0.5% 0.69% -
XYZ 26.04 23.01 12.3 -
YUV 132.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 175 119 88 0 0.32 0.50 0.31 21.38 0.35 0.52
Hex AF 77 58 0 20 32 1F 15 23 34
Octal 257 167 130 0 40 62 37 25 43 64
Binary 10101111 1110111 1011000 0 100000 110010 11111 10101 100011 110100

Color Harmonies of #AF7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7758

Black with #AF7758

Text Example


Text Example

White with #AF7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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