Html Css Color HEX #AD234A Old Rose

📋 copy color: '#AD234A'

red 173 ◦ green 35 ◦ blue 74

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

Shades of Old Rose #AD234A

Tints of Old Rose #AD234A

RGB

 RED value IS 173 (67.97% from 255) = 61.35%

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 61.35%
G = 12.41%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD234A (or 0xAD234A) is known color: Old Rose. HEX triplet: AD, 23 and 4A. RGB value is (173,35,74). Sum of RGB (Red+Green+Blue) = 173+35+74=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD234A is #52DCB5. Grayscale: #505050. Windows color (decimal): -5430454 or 4858797. OLE color: 4858797.

HSL color Cylindrical-coordinate representation of color #AD234A: hue angle of 343.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD234A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 74 -
CMYK 0 0.80 0.57 0.32
HSL 343.04º 0.66% 0.41% -
HSV(B) 343.04º 0.8% 0.68% -
XYZ 19.07 10.58 7.52 -
YUV 80.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 173 35 74 0 0.80 0.57 0.32 343.04 0.66 0.41
Hex AD 23 4A 0 50 39 20 157 42 29
Octal 255 43 112 0 120 71 40 527 102 51
Binary 10101101 100011 1001010 0 1010000 111001 100000 101010111 1000010 101001

Color Harmonies of #AD234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD234A

Black with #AD234A

Text Example


Text Example

White with #AD234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD234A; }

 p { color: rgb(173,35,74); }

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

background-color css

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

 a { background-color: rgb(173,35,74); }

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

border-color css

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

 span { border-color: rgb(173,35,74); }

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