Html Css Color HEX #AF304B Old Rose

📋 copy color: '#AF304B'

red 175 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #AF304B

Tints of Old Rose #AF304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 58.72%
G = 16.11%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF304B (or 0xAF304B) is known color: Old Rose. HEX triplet: AF, 30 and 4B. RGB value is (175,48,75). Sum of RGB (Red+Green+Blue) = 175+48+75=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF304B is #50CFB4. Grayscale: #595959. Windows color (decimal): -5296053 or 4927663. OLE color: 4927663.

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

Color convert

RGB 175 48 75 -
CMYK 0 0.73 0.57 0.31
HSL 347.24º 0.57% 0.44% -
HSV(B) 347.24º 0.73% 0.69% -
XYZ 20.01 11.74 7.87 -
YUV 89.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 175 48 75 0 0.73 0.57 0.31 347.24 0.57 0.44
Hex AF 30 4B 0 49 39 1F 15B 39 2C
Octal 257 60 113 0 111 71 37 533 71 54
Binary 10101111 110000 1001011 0 1001001 111001 11111 101011011 111001 101100

Color Harmonies of #AF304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF304B

Black with #AF304B

Text Example


Text Example

White with #AF304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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