Html Css Color HEX #AF323F Old Rose

📋 copy color: '#AF323F'

red 175 ◦ green 50 ◦ blue 63

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

Shades of Old Rose #AF323F

Tints of Old Rose #AF323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 60.76%
G = 17.36%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF323F (or 0xAF323F) is known color: Old Rose. HEX triplet: AF, 32 and 3F. RGB value is (175,50,63). Sum of RGB (Red+Green+Blue) = 175+50+63=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323F is #50CDC0. Grayscale: #585858. Windows color (decimal): -5295553 or 4141743. OLE color: 4141743.

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

Color convert

RGB 175 50 63 -
CMYK 0 0.71 0.64 0.31
HSL 353.76º 0.56% 0.44% -
HSV(B) 353.76º 0.71% 0.69% -
XYZ 19.72 11.75 5.93 -
YUV 88.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 175 50 63 0 0.71 0.64 0.31 353.76 0.56 0.44
Hex AF 32 3F 0 47 40 1F 162 38 2C
Octal 257 62 77 0 107 100 37 542 70 54
Binary 10101111 110010 111111 0 1000111 1000000 11111 101100010 111000 101100

Color Harmonies of #AF323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF323F

Black with #AF323F

Text Example


Text Example

White with #AF323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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