Html Css Color HEX #AE4D1E Rose Of Sharon

📋 copy color: '#AE4D1E'

red 174 ◦ green 77 ◦ blue 30

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

Shades of Rose Of Sharon #AE4D1E

Tints of Rose Of Sharon #AE4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 61.92%
G = 27.4%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE4D1E (or 0xAE4D1E) is known color: Rose Of Sharon. HEX triplet: AE, 4D and 1E. RGB value is (174,77,30). Sum of RGB (Red+Green+Blue) = 174+77+30=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4D1E is #51B2E1. Grayscale: #646464. Windows color (decimal): -5354210 or 1985966. OLE color: 1985966.

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

Color convert

RGB 174 77 30 -
CMYK 0 0.56 0.83 0.32
HSL 19.58º 0.71% 0.4% -
HSV(B) 19.58º 0.83% 0.68% -
XYZ 20.34 14.4 2.94 -
YUV 100.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 174 77 30 0 0.56 0.83 0.32 19.58 0.71 0.4
Hex AE 4D 1E 0 38 53 20 14 47 28
Octal 256 115 36 0 70 123 40 24 107 50
Binary 10101110 1001101 11110 0 111000 1010011 100000 10100 1000111 101000

Color Harmonies of #AE4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D1E

Black with #AE4D1E

Text Example


Text Example

White with #AE4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D1E; }

 p { color: rgb(174,77,30); }

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

background-color css

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

 a { background-color: rgb(174,77,30); }

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

border-color css

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

 span { border-color: rgb(174,77,30); }

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