Html Css Color HEX #AB502E Rose Of Sharon

📋 copy color: '#AB502E'

red 171 ◦ green 80 ◦ blue 46

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

Shades of Rose Of Sharon #AB502E

Tints of Rose Of Sharon #AB502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 57.58%
G = 26.94%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB502E (or 0xAB502E) is known color: Rose Of Sharon. HEX triplet: AB, 50 and 2E. RGB value is (171,80,46). Sum of RGB (Red+Green+Blue) = 171+80+46=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB502E is #54AFD1. Grayscale: #676767. Windows color (decimal): -5550034 or 3035307. OLE color: 3035307.

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

Color convert

RGB 171 80 46 -
CMYK 0 0.53 0.73 0.33
HSL 16.32º 0.58% 0.43% -
HSV(B) 16.32º 0.73% 0.67% -
XYZ 20.16 14.59 4.34 -
YUV 103.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 171 80 46 0 0.53 0.73 0.33 16.32 0.58 0.43
Hex AB 50 2E 0 35 49 21 10 3A 2B
Octal 253 120 56 0 65 111 41 20 72 53
Binary 10101011 1010000 101110 0 110101 1001001 100001 10000 111010 101011

Color Harmonies of #AB502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB502E

Black with #AB502E

Text Example


Text Example

White with #AB502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB502E; }

 p { color: rgb(171,80,46); }

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

background-color css

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

 a { background-color: rgb(171,80,46); }

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

border-color css

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

 span { border-color: rgb(171,80,46); }

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