Html Css Color HEX #AB562A Rose Of Sharon

📋 copy color: '#AB562A'

red 171 ◦ green 86 ◦ blue 42

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

Shades of Rose Of Sharon #AB562A

Tints of Rose Of Sharon #AB562A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 57.19%
G = 28.76%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB562A (or 0xAB562A) is known color: Rose Of Sharon. HEX triplet: AB, 56 and 2A. RGB value is (171,86,42). Sum of RGB (Red+Green+Blue) = 171+86+42=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB562A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB562A is #54A9D5. Grayscale: #6A6A6A. Windows color (decimal): -5548502 or 2774699. OLE color: 2774699.

HSL color Cylindrical-coordinate representation of color #AB562A: hue angle of 20.47º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB562A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 86 42 -
CMYK 0 0.50 0.75 0.33
HSL 20.47º 0.61% 0.42% -
HSV(B) 20.47º 0.75% 0.67% -
XYZ 20.54 15.48 4.1 -
YUV 106.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 171 86 42 0 0.50 0.75 0.33 20.47 0.61 0.42
Hex AB 56 2A 0 32 4B 21 14 3D 2A
Octal 253 126 52 0 62 113 41 24 75 52
Binary 10101011 1010110 101010 0 110010 1001011 100001 10100 111101 101010

Color Harmonies of #AB562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB562A

Black with #AB562A

Text Example


Text Example

White with #AB562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB562A; }

 p { color: rgb(171,86,42); }

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

background-color css

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

 a { background-color: rgb(171,86,42); }

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

border-color css

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

 span { border-color: rgb(171,86,42); }

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