Html Css Color HEX #AB471F Rose Of Sharon

📋 copy color: '#AB471F'

red 171 ◦ green 71 ◦ blue 31

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

Shades of Rose Of Sharon #AB471F

Tints of Rose Of Sharon #AB471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 62.64%
G = 26.01%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB471F (or 0xAB471F) is known color: Rose Of Sharon. HEX triplet: AB, 47 and 1F. RGB value is (171,71,31). Sum of RGB (Red+Green+Blue) = 171+71+31=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB471F is #54B8E0. Grayscale: #606060. Windows color (decimal): -5552353 or 2049963. OLE color: 2049963.

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

Color convert

RGB 171 71 31 -
CMYK 0 0.58 0.82 0.33
HSL 17.14º 0.69% 0.4% -
HSV(B) 17.14º 0.82% 0.67% -
XYZ 19.3 13.26 2.84 -
YUV 96.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 171 71 31 0 0.58 0.82 0.33 17.14 0.69 0.4
Hex AB 47 1F 0 3A 52 21 11 45 28
Octal 253 107 37 0 72 122 41 21 105 50
Binary 10101011 1000111 11111 0 111010 1010010 100001 10001 1000101 101000

Color Harmonies of #AB471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB471F

Black with #AB471F

Text Example


Text Example

White with #AB471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB471F; }

 p { color: rgb(171,71,31); }

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

background-color css

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

 a { background-color: rgb(171,71,31); }

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

border-color css

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

 span { border-color: rgb(171,71,31); }

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