Html Css Color HEX #AF234C Old Rose

📋 copy color: '#AF234C'

red 175 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #AF234C

Tints of Old Rose #AF234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 61.19%
G = 12.24%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF234C (or 0xAF234C) is known color: Old Rose. HEX triplet: AF, 23 and 4C. RGB value is (175,35,76). Sum of RGB (Red+Green+Blue) = 175+35+76=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF234C is #50DCB3. Grayscale: #515151. Windows color (decimal): -5299380 or 4989871. OLE color: 4989871.

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

Color convert

RGB 175 35 76 -
CMYK 0 0.8 0.57 0.31
HSL 342.43º 0.67% 0.41% -
HSV(B) 342.43º 0.8% 0.69% -
XYZ 19.58 10.84 7.9 -
YUV 81.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 175 35 76 0 0.8 0.57 0.31 342.43 0.67 0.41
Hex AF 23 4C 0 50 39 1F 156 43 29
Octal 257 43 114 0 120 71 37 526 103 51
Binary 10101111 100011 1001100 0 1010000 111001 11111 101010110 1000011 101001

Color Harmonies of #AF234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF234C

Black with #AF234C

Text Example


Text Example

White with #AF234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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