Html Css Color HEX #AF303F Old Rose

📋 copy color: '#AF303F'

red 175 ◦ green 48 ◦ blue 63

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

Shades of Old Rose #AF303F

Tints of Old Rose #AF303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 61.19%
G = 16.78%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF303F (or 0xAF303F) is known color: Old Rose. HEX triplet: AF, 30 and 3F. RGB value is (175,48,63). Sum of RGB (Red+Green+Blue) = 175+48+63=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF303F is #50CFC0. Grayscale: #575757. Windows color (decimal): -5296065 or 4141231. OLE color: 4141231.

HSL color Cylindrical-coordinate representation of color #AF303F: hue angle of 352.91º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF303F is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 63 -
CMYK 0 0.73 0.64 0.31
HSL 352.91º 0.57% 0.44% -
HSV(B) 352.91º 0.73% 0.69% -
XYZ 19.63 11.59 5.9 -
YUV 87.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 175 48 63 0 0.73 0.64 0.31 352.91 0.57 0.44
Hex AF 30 3F 0 49 40 1F 161 39 2C
Octal 257 60 77 0 111 100 37 541 71 54
Binary 10101111 110000 111111 0 1001001 1000000 11111 101100001 111001 101100

Color Harmonies of #AF303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF303F

Black with #AF303F

Text Example


Text Example

White with #AF303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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