Html Css Color HEX #AF234F Old Rose

📋 copy color: '#AF234F'

red 175 ◦ green 35 ◦ blue 79

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

Shades of Old Rose #AF234F

Tints of Old Rose #AF234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 60.55%
G = 12.11%
B = 27.34%

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

#AF234F (or 0xAF234F) is known color: Old Rose. HEX triplet: AF, 23 and 4F. RGB value is (175,35,79). Sum of RGB (Red+Green+Blue) = 175+35+79=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF234F is #50DCB0. Grayscale: #515151. Windows color (decimal): -5299377 or 5186479. OLE color: 5186479.

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

Color convert

RGB 175 35 79 -
CMYK 0 0.8 0.55 0.31
HSL 341.14º 0.67% 0.41% -
HSV(B) 341.14º 0.8% 0.69% -
XYZ 19.69 10.88 8.46 -
YUV 81.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 175 35 79 0 0.8 0.55 0.31 341.14 0.67 0.41
Hex AF 23 4F 0 50 37 1F 155 43 29
Octal 257 43 117 0 120 67 37 525 103 51
Binary 10101111 100011 1001111 0 1010000 110111 11111 101010101 1000011 101001

Color Harmonies of #AF234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF234F

Black with #AF234F

Text Example


Text Example

White with #AF234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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