Html Css Color HEX #AB234B Old Rose

📋 copy color: '#AB234B'

red 171 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #AB234B

Tints of Old Rose #AB234B

RGB

 RED value IS 171 (67.19% from 255) = 60.85%

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

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

R = 60.85%
G = 12.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB234B (or 0xAB234B) is known color: Old Rose. HEX triplet: AB, 23 and 4B. RGB value is (171,35,75). Sum of RGB (Red+Green+Blue) = 171+35+75=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB234B is #54DCB4. Grayscale: #505050. Windows color (decimal): -5561525 or 4924331. OLE color: 4924331.

HSL color Cylindrical-coordinate representation of color #AB234B: hue angle of 342.35º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB234B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 75 -
CMYK 0 0.80 0.56 0.33
HSL 342.35º 0.66% 0.4% -
HSV(B) 342.35º 0.8% 0.67% -
XYZ 18.67 10.37 7.67 -
YUV 80.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 171 35 75 0 0.80 0.56 0.33 342.35 0.66 0.4
Hex AB 23 4B 0 50 38 21 156 42 28
Octal 253 43 113 0 120 70 41 526 102 50
Binary 10101011 100011 1001011 0 1010000 111000 100001 101010110 1000010 101000

Color Harmonies of #AB234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB234B

Black with #AB234B

Text Example


Text Example

White with #AB234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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