Html Css Color HEX #AF6050 Sante Fe

📋 copy color: '#AF6050'

red 175 ◦ green 96 ◦ blue 80

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

Shades of Sante Fe #AF6050

Tints of Sante Fe #AF6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 49.86%
G = 27.35%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6050 (or 0xAF6050) is known color: Sante Fe. HEX triplet: AF, 60 and 50. RGB value is (175,96,80). Sum of RGB (Red+Green+Blue) = 175+96+80=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6050 is #509FAF. Grayscale: #757575. Windows color (decimal): -5283760 or 5267631. OLE color: 5267631.

HSL color Cylindrical-coordinate representation of color #AF6050: hue angle of 10.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6050 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 80 -
CMYK 0 0.45 0.54 0.31
HSL 10.11º 0.37% 0.5% -
HSV(B) 10.11º 0.54% 0.69% -
XYZ 23.31 18.06 9.85 -
YUV 117.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 175 96 80 0 0.45 0.54 0.31 10.11 0.37 0.5
Hex AF 60 50 0 2D 36 1F A 25 32
Octal 257 140 120 0 55 66 37 12 45 62
Binary 10101111 1100000 1010000 0 101101 110110 11111 1010 100101 110010

Color Harmonies of #AF6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6050

Black with #AF6050

Text Example


Text Example

White with #AF6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6050; }

 p { color: rgb(175,96,80); }

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

background-color css

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

 a { background-color: rgb(175,96,80); }

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

border-color css

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

 span { border-color: rgb(175,96,80); }

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