Html Css Color HEX #AB4528 Rose Of Sharon

📋 copy color: '#AB4528'

red 171 ◦ green 69 ◦ blue 40

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

Shades of Rose Of Sharon #AB4528

Tints of Rose Of Sharon #AB4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 61.07%
G = 24.64%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB4528 (or 0xAB4528) is known color: Rose Of Sharon. HEX triplet: AB, 45 and 28. RGB value is (171,69,40). Sum of RGB (Red+Green+Blue) = 171+69+40=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4528 is #54BAD7. Grayscale: #606060. Windows color (decimal): -5552856 or 2639275. OLE color: 2639275.

HSL color Cylindrical-coordinate representation of color #AB4528: hue angle of 13.28º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4528 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 40 -
CMYK 0 0.60 0.77 0.33
HSL 13.28º 0.62% 0.41% -
HSV(B) 13.28º 0.77% 0.67% -
XYZ 19.31 13.07 3.51 -
YUV 96.19 96.29 181.36 -
System Red Green Blue C M Y K H S L
Decimal 171 69 40 0 0.60 0.77 0.33 13.28 0.62 0.41
Hex AB 45 28 0 3C 4D 21 D 3E 29
Octal 253 105 50 0 74 115 41 15 76 51
Binary 10101011 1000101 101000 0 111100 1001101 100001 1101 111110 101001

Color Harmonies of #AB4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4528

Black with #AB4528

Text Example


Text Example

White with #AB4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4528; }

 p { color: rgb(171,69,40); }

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

background-color css

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

 a { background-color: rgb(171,69,40); }

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

border-color css

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

 span { border-color: rgb(171,69,40); }

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