Html Css Color HEX #AE4A1F Rose Of Sharon

📋 copy color: '#AE4A1F'

red 174 ◦ green 74 ◦ blue 31

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

Shades of Rose Of Sharon #AE4A1F

Tints of Rose Of Sharon #AE4A1F

RGB

 RED value IS 174 (68.36% from 255) = 62.37%

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 62.37%
G = 26.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE4A1F (or 0xAE4A1F) is known color: Rose Of Sharon. HEX triplet: AE, 4A and 1F. RGB value is (174,74,31). Sum of RGB (Red+Green+Blue) = 174+74+31=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A1F is #51B5E0. Grayscale: #636363. Windows color (decimal): -5354977 or 2050734. OLE color: 2050734.

HSL color Cylindrical-coordinate representation of color #AE4A1F: hue angle of 18.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE4A1F is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 31 -
CMYK 0 0.57 0.82 0.32
HSL 18.04º 0.7% 0.4% -
HSV(B) 18.04º 0.82% 0.68% -
XYZ 20.15 14 2.94 -
YUV 99 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 174 74 31 0 0.57 0.82 0.32 18.04 0.7 0.4
Hex AE 4A 1F 0 39 52 20 12 46 28
Octal 256 112 37 0 71 122 40 22 106 50
Binary 10101110 1001010 11111 0 111001 1010010 100000 10010 1000110 101000

Color Harmonies of #AE4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A1F

Black with #AE4A1F

Text Example


Text Example

White with #AE4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A1F; }

 p { color: rgb(174,74,31); }

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

background-color css

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

 a { background-color: rgb(174,74,31); }

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

border-color css

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

 span { border-color: rgb(174,74,31); }

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