Html Css Color HEX #AF344B Old Rose

📋 copy color: '#AF344B'

red 175 ◦ green 52 ◦ blue 75

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

Shades of Old Rose #AF344B

Tints of Old Rose #AF344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 57.95%
G = 17.22%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF344B (or 0xAF344B) is known color: Old Rose. HEX triplet: AF, 34 and 4B. RGB value is (175,52,75). Sum of RGB (Red+Green+Blue) = 175+52+75=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF344B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF344B is #50CBB4. Grayscale: #5B5B5B. Windows color (decimal): -5295029 or 4928687. OLE color: 4928687.

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

Color convert

RGB 175 52 75 -
CMYK 0 0.70 0.57 0.31
HSL 348.78º 0.54% 0.45% -
HSV(B) 348.78º 0.7% 0.69% -
XYZ 20.18 12.08 7.92 -
YUV 91.4 118.75 187.63 -
System Red Green Blue C M Y K H S L
Decimal 175 52 75 0 0.70 0.57 0.31 348.78 0.54 0.45
Hex AF 34 4B 0 46 39 1F 15D 36 2D
Octal 257 64 113 0 106 71 37 535 66 55
Binary 10101111 110100 1001011 0 1000110 111001 11111 101011101 110110 101101

Color Harmonies of #AF344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF344B

Black with #AF344B

Text Example


Text Example

White with #AF344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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