Html Css Color HEX #AB492F Rose Of Sharon

📋 copy color: '#AB492F'

red 171 ◦ green 73 ◦ blue 47

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

Shades of Rose Of Sharon #AB492F

Tints of Rose Of Sharon #AB492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 58.76%
G = 25.09%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB492F (or 0xAB492F) is known color: Rose Of Sharon. HEX triplet: AB, 49 and 2F. RGB value is (171,73,47). Sum of RGB (Red+Green+Blue) = 171+73+47=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB492F is #54B6D0. Grayscale: #636363. Windows color (decimal): -5551825 or 3099051. OLE color: 3099051.

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

Color convert

RGB 171 73 47 -
CMYK 0 0.57 0.73 0.33
HSL 12.58º 0.57% 0.43% -
HSV(B) 12.58º 0.73% 0.67% -
XYZ 19.69 13.63 4.28 -
YUV 99.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 171 73 47 0 0.57 0.73 0.33 12.58 0.57 0.43
Hex AB 49 2F 0 39 49 21 D 39 2B
Octal 253 111 57 0 71 111 41 15 71 53
Binary 10101011 1001001 101111 0 111001 1001001 100001 1101 111001 101011

Color Harmonies of #AB492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB492F

Black with #AB492F

Text Example


Text Example

White with #AB492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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