Html Css Color HEX #A95230 Rose Of Sharon

📋 copy color: '#A95230'

red 169 ◦ green 82 ◦ blue 48

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

Shades of Rose Of Sharon #A95230

Tints of Rose Of Sharon #A95230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 56.52%
G = 27.42%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A95230 (or 0xA95230) is known color: Rose Of Sharon. HEX triplet: A9, 52 and 30. RGB value is (169,82,48). Sum of RGB (Red+Green+Blue) = 169+82+48=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A95230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95230 is #56ADCF. Grayscale: #686868. Windows color (decimal): -5680592 or 3166889. OLE color: 3166889.

HSL color Cylindrical-coordinate representation of color #A95230: hue angle of 16.86º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A95230 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 82 48 -
CMYK 0 0.51 0.72 0.34
HSL 16.86º 0.56% 0.43% -
HSV(B) 16.86º 0.72% 0.66% -
XYZ 19.91 14.68 4.58 -
YUV 104.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 169 82 48 0 0.51 0.72 0.34 16.86 0.56 0.43
Hex A9 52 30 0 33 48 22 11 38 2B
Octal 251 122 60 0 63 110 42 21 70 53
Binary 10101001 1010010 110000 0 110011 1001000 100010 10001 111000 101011

Color Harmonies of #A95230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95230

Black with #A95230

Text Example


Text Example

White with #A95230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95230; }

 p { color: rgb(169,82,48); }

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

background-color css

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

 a { background-color: rgb(169,82,48); }

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

border-color css

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

 span { border-color: rgb(169,82,48); }

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