Html Css Color HEX #AB461F Rose Of Sharon

📋 copy color: '#AB461F'

red 171 ◦ green 70 ◦ blue 31

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

Shades of Rose Of Sharon #AB461F

Tints of Rose Of Sharon #AB461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 62.87%
G = 25.74%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB461F (or 0xAB461F) is known color: Rose Of Sharon. HEX triplet: AB, 46 and 1F. RGB value is (171,70,31). Sum of RGB (Red+Green+Blue) = 171+70+31=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB461F is #54B9E0. Grayscale: #606060. Windows color (decimal): -5552609 or 2049707. OLE color: 2049707.

HSL color Cylindrical-coordinate representation of color #AB461F: hue angle of 16.71º 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 #AB461F is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 70 31 -
CMYK 0 0.59 0.82 0.33
HSL 16.71º 0.69% 0.4% -
HSV(B) 16.71º 0.82% 0.67% -
XYZ 19.23 13.14 2.82 -
YUV 95.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 171 70 31 0 0.59 0.82 0.33 16.71 0.69 0.4
Hex AB 46 1F 0 3B 52 21 11 45 28
Octal 253 106 37 0 73 122 41 21 105 50
Binary 10101011 1000110 11111 0 111011 1010010 100001 10001 1000101 101000

Color Harmonies of #AB461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB461F

Black with #AB461F

Text Example


Text Example

White with #AB461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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