Html Css Color HEX #AF353F Old Rose

📋 copy color: '#AF353F'

red 175 ◦ green 53 ◦ blue 63

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

Shades of Old Rose #AF353F

Tints of Old Rose #AF353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 60.14%
G = 18.21%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF353F (or 0xAF353F) is known color: Old Rose. HEX triplet: AF, 35 and 3F. RGB value is (175,53,63). Sum of RGB (Red+Green+Blue) = 175+53+63=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF353F is #50CAC0. Grayscale: #5A5A5A. Windows color (decimal): -5294785 or 4142511. OLE color: 4142511.

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

Color convert

RGB 175 53 63 -
CMYK 0 0.70 0.64 0.31
HSL 355.08º 0.54% 0.45% -
HSV(B) 355.08º 0.7% 0.69% -
XYZ 19.85 12.02 5.98 -
YUV 90.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 175 53 63 0 0.70 0.64 0.31 355.08 0.54 0.45
Hex AF 35 3F 0 46 40 1F 163 36 2D
Octal 257 65 77 0 106 100 37 543 66 55
Binary 10101111 110101 111111 0 1000110 1000000 11111 101100011 110110 101101

Color Harmonies of #AF353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF353F

Black with #AF353F

Text Example


Text Example

White with #AF353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF353F; }

 p { color: rgb(175,53,63); }

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

background-color css

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

 a { background-color: rgb(175,53,63); }

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

border-color css

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

 span { border-color: rgb(175,53,63); }

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