Html Css Color HEX #A9482B Rose Of Sharon

📋 copy color: '#A9482B'

red 169 ◦ green 72 ◦ blue 43

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

Shades of Rose Of Sharon #A9482B

Tints of Rose Of Sharon #A9482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 59.51%
G = 25.35%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9482B (or 0xA9482B) is known color: Rose Of Sharon. HEX triplet: A9, 48 and 2B. RGB value is (169,72,43). Sum of RGB (Red+Green+Blue) = 169+72+43=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9482B is #56B7D4. Grayscale: #616161. Windows color (decimal): -5683157 or 2836649. OLE color: 2836649.

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

Color convert

RGB 169 72 43 -
CMYK 0 0.57 0.75 0.34
HSL 13.81º 0.59% 0.42% -
HSV(B) 13.81º 0.75% 0.66% -
XYZ 19.12 13.24 3.83 -
YUV 97.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 169 72 43 0 0.57 0.75 0.34 13.81 0.59 0.42
Hex A9 48 2B 0 39 4B 22 E 3B 2A
Octal 251 110 53 0 71 113 42 16 73 52
Binary 10101001 1001000 101011 0 111001 1001011 100010 1110 111011 101010

Color Harmonies of #A9482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9482B

Black with #A9482B

Text Example


Text Example

White with #A9482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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