Html Css Color HEX #AB482F Rose Of Sharon

📋 copy color: '#AB482F'

red 171 ◦ green 72 ◦ blue 47

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

Shades of Rose Of Sharon #AB482F

Tints of Rose Of Sharon #AB482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 58.97%
G = 24.83%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB482F (or 0xAB482F) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 2F. RGB value is (171,72,47). Sum of RGB (Red+Green+Blue) = 171+72+47=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB482F is #54B7D0. Grayscale: #626262. Windows color (decimal): -5552081 or 3098795. OLE color: 3098795.

HSL color Cylindrical-coordinate representation of color #AB482F: hue angle of 12.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB482F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 47 -
CMYK 0 0.58 0.73 0.33
HSL 12.1º 0.57% 0.43% -
HSV(B) 12.1º 0.73% 0.67% -
XYZ 19.63 13.5 4.26 -
YUV 98.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 171 72 47 0 0.58 0.73 0.33 12.1 0.57 0.43
Hex AB 48 2F 0 3A 49 21 C 39 2B
Octal 253 110 57 0 72 111 41 14 71 53
Binary 10101011 1001000 101111 0 111010 1001001 100001 1100 111001 101011

Color Harmonies of #AB482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB482F

Black with #AB482F

Text Example


Text Example

White with #AB482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB482F; }

 p { color: rgb(171,72,47); }

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

background-color css

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

 a { background-color: rgb(171,72,47); }

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

border-color css

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

 span { border-color: rgb(171,72,47); }

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