Html Css Color HEX #AF234B Old Rose

📋 copy color: '#AF234B'

red 175 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #AF234B

Tints of Old Rose #AF234B

RGB

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

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

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

R = 61.4%
G = 12.28%
B = 26.32%

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

#AF234B (or 0xAF234B) is known color: Old Rose. HEX triplet: AF, 23 and 4B. RGB value is (175,35,75). Sum of RGB (Red+Green+Blue) = 175+35+75=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF234B is #50DCB4. Grayscale: #515151. Windows color (decimal): -5299381 or 4924335. OLE color: 4924335.

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

Color convert

RGB 175 35 75 -
CMYK 0 0.8 0.57 0.31
HSL 342.86º 0.67% 0.41% -
HSV(B) 342.86º 0.8% 0.69% -
XYZ 19.55 10.82 7.72 -
YUV 81.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 175 35 75 0 0.8 0.57 0.31 342.86 0.67 0.41
Hex AF 23 4B 0 50 39 1F 157 43 29
Octal 257 43 113 0 120 71 37 527 103 51
Binary 10101111 100011 1001011 0 1010000 111001 11111 101010111 1000011 101001

Color Harmonies of #AF234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF234B

Black with #AF234B

Text Example


Text Example

White with #AF234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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