Html Css Color HEX #AE601C Rich Gold

📋 copy color: '#AE601C'

red 174 ◦ green 96 ◦ blue 28

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

Shades of Rich Gold #AE601C

Tints of Rich Gold #AE601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 58.39%
G = 32.21%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE601C (or 0xAE601C) is known color: Rich Gold. HEX triplet: AE, 60 and 1C. RGB value is (174,96,28). Sum of RGB (Red+Green+Blue) = 174+96+28=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE601C is #519FE3. Grayscale: #6F6F6F. Windows color (decimal): -5349348 or 1859758. OLE color: 1859758.

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

Color convert

RGB 174 96 28 -
CMYK 0 0.45 0.84 0.32
HSL 27.95º 0.72% 0.4% -
HSV(B) 27.95º 0.84% 0.68% -
XYZ 21.85 17.45 3.31 -
YUV 111.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 174 96 28 0 0.45 0.84 0.32 27.95 0.72 0.4
Hex AE 60 1C 0 2D 54 20 1C 48 28
Octal 256 140 34 0 55 124 40 34 110 50
Binary 10101110 1100000 11100 0 101101 1010100 100000 11100 1001000 101000

Color Harmonies of #AE601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE601C

Black with #AE601C

Text Example


Text Example

White with #AE601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE601C; }

 p { color: rgb(174,96,28); }

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

background-color css

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

 a { background-color: rgb(174,96,28); }

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

border-color css

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

 span { border-color: rgb(174,96,28); }

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