Html Css Color HEX #AF234E Old Rose

📋 copy color: '#AF234E'

red 175 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #AF234E

Tints of Old Rose #AF234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 60.76%
G = 12.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF234E (or 0xAF234E) is known color: Old Rose. HEX triplet: AF, 23 and 4E. RGB value is (175,35,78). Sum of RGB (Red+Green+Blue) = 175+35+78=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF234E is #50DCB1. Grayscale: #515151. Windows color (decimal): -5299378 or 5120943. OLE color: 5120943.

HSL color Cylindrical-coordinate representation of color #AF234E: hue angle of 341.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF234E is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 78 -
CMYK 0 0.8 0.55 0.31
HSL 341.57º 0.67% 0.41% -
HSV(B) 341.57º 0.8% 0.69% -
XYZ 19.66 10.87 8.27 -
YUV 81.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 175 35 78 0 0.8 0.55 0.31 341.57 0.67 0.41
Hex AF 23 4E 0 50 37 1F 156 43 29
Octal 257 43 116 0 120 67 37 526 103 51
Binary 10101111 100011 1001110 0 1010000 110111 11111 101010110 1000011 101001

Color Harmonies of #AF234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF234E

Black with #AF234E

Text Example


Text Example

White with #AF234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF234E; }

 p { color: rgb(175,35,78); }

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

background-color css

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

 a { background-color: rgb(175,35,78); }

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

border-color css

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

 span { border-color: rgb(175,35,78); }

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