Html Css Color HEX #AE4428 Rose Of Sharon

📋 copy color: '#AE4428'

red 174 ◦ green 68 ◦ blue 40

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

Shades of Rose Of Sharon #AE4428

Tints of Rose Of Sharon #AE4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 61.7%
G = 24.11%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE4428 (or 0xAE4428) is known color: Rose Of Sharon. HEX triplet: AE, 44 and 28. RGB value is (174,68,40). Sum of RGB (Red+Green+Blue) = 174+68+40=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4428 is #51BBD7. Grayscale: #606060. Windows color (decimal): -5356504 or 2639022. OLE color: 2639022.

HSL color Cylindrical-coordinate representation of color #AE4428: hue angle of 12.54º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE4428 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 40 -
CMYK 0 0.61 0.77 0.32
HSL 12.54º 0.63% 0.42% -
HSV(B) 12.54º 0.77% 0.68% -
XYZ 19.91 13.29 3.52 -
YUV 96.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 174 68 40 0 0.61 0.77 0.32 12.54 0.63 0.42
Hex AE 44 28 0 3D 4D 20 D 3F 2A
Octal 256 104 50 0 75 115 40 15 77 52
Binary 10101110 1000100 101000 0 111101 1001101 100000 1101 111111 101010

Color Harmonies of #AE4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4428

Black with #AE4428

Text Example


Text Example

White with #AE4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4428; }

 p { color: rgb(174,68,40); }

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

background-color css

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

 a { background-color: rgb(174,68,40); }

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

border-color css

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

 span { border-color: rgb(174,68,40); }

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