Html Css Color HEX #A9512B Rose Of Sharon

📋 copy color: '#A9512B'

red 169 ◦ green 81 ◦ blue 43

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

Shades of Rose Of Sharon #A9512B

Tints of Rose Of Sharon #A9512B

RGB

 RED value IS 169 (66.41% from 255) = 57.68%

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 57.68%
G = 27.65%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9512B (or 0xA9512B) is known color: Rose Of Sharon. HEX triplet: A9, 51 and 2B. RGB value is (169,81,43). Sum of RGB (Red+Green+Blue) = 169+81+43=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A9512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9512B is #56AED4. Grayscale: #676767. Windows color (decimal): -5680853 or 2838953. OLE color: 2838953.

HSL color Cylindrical-coordinate representation of color #A9512B: hue angle of 18.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9512B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 81 43 -
CMYK 0 0.52 0.75 0.34
HSL 18.1º 0.59% 0.42% -
HSV(B) 18.1º 0.75% 0.66% -
XYZ 19.74 14.49 4.04 -
YUV 102.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 169 81 43 0 0.52 0.75 0.34 18.1 0.59 0.42
Hex A9 51 2B 0 34 4B 22 12 3B 2A
Octal 251 121 53 0 64 113 42 22 73 52
Binary 10101001 1010001 101011 0 110100 1001011 100010 10010 111011 101010

Color Harmonies of #A9512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9512B

Black with #A9512B

Text Example


Text Example

White with #A9512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9512B; }

 p { color: rgb(169,81,43); }

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

background-color css

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

 a { background-color: rgb(169,81,43); }

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

border-color css

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

 span { border-color: rgb(169,81,43); }

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