Html Css Color HEX #AB4320 Rose Of Sharon

📋 copy color: '#AB4320'

red 171 ◦ green 67 ◦ blue 32

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

Shades of Rose Of Sharon #AB4320

Tints of Rose Of Sharon #AB4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 63.33%
G = 24.81%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB4320 (or 0xAB4320) is known color: Rose Of Sharon. HEX triplet: AB, 43 and 20. RGB value is (171,67,32). Sum of RGB (Red+Green+Blue) = 171+67+32=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4320 is #54BCDF. Grayscale: #5E5E5E. Windows color (decimal): -5553376 or 2114475. OLE color: 2114475.

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

Color convert

RGB 171 67 32 -
CMYK 0 0.61 0.81 0.33
HSL 15.11º 0.68% 0.4% -
HSV(B) 15.11º 0.81% 0.67% -
XYZ 19.06 12.78 2.83 -
YUV 94.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 171 67 32 0 0.61 0.81 0.33 15.11 0.68 0.4
Hex AB 43 20 0 3D 51 21 F 44 28
Octal 253 103 40 0 75 121 41 17 104 50
Binary 10101011 1000011 100000 0 111101 1010001 100001 1111 1000100 101000

Color Harmonies of #AB4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4320

Black with #AB4320

Text Example


Text Example

White with #AB4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4320; }

 p { color: rgb(171,67,32); }

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

background-color css

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

 a { background-color: rgb(171,67,32); }

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

border-color css

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

 span { border-color: rgb(171,67,32); }

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