Html Css Color HEX #AB4830 Rose Of Sharon

📋 copy color: '#AB4830'

red 171 ◦ green 72 ◦ blue 48

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

Shades of Rose Of Sharon #AB4830

Tints of Rose Of Sharon #AB4830

RGB

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

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

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

R = 58.76%
G = 24.74%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB4830 (or 0xAB4830) is known color: Rose Of Sharon. HEX triplet: AB, 48 and 30. RGB value is (171,72,48). Sum of RGB (Red+Green+Blue) = 171+72+48=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4830 is #54B7CF. Grayscale: #636363. Windows color (decimal): -5552080 or 3164331. OLE color: 3164331.

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

Color convert

RGB 171 72 48 -
CMYK 0 0.58 0.72 0.33
HSL 11.71º 0.56% 0.43% -
HSV(B) 11.71º 0.72% 0.67% -
XYZ 19.65 13.51 4.37 -
YUV 98.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 171 72 48 0 0.58 0.72 0.33 11.71 0.56 0.43
Hex AB 48 30 0 3A 48 21 C 38 2B
Octal 253 110 60 0 72 110 41 14 70 53
Binary 10101011 1001000 110000 0 111010 1001000 100001 1100 111000 101011

Color Harmonies of #AB4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4830

Black with #AB4830

Text Example


Text Example

White with #AB4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4830; }

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

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

background-color css

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

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

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

border-color css

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

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

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