Html Css Color HEX #AE800C Dark Goldenrod

📋 copy color: '#AE800C'

red 174 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #AE800C

Tints of Dark Goldenrod #AE800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 55.41%
G = 40.76%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE800C (or 0xAE800C) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 0C. RGB value is (174,128,12). Sum of RGB (Red+Green+Blue) = 174+128+12=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE800C is #517FF3. Grayscale: #818181. Windows color (decimal): -5341172 or 819374. OLE color: 819374.

HSL color Cylindrical-coordinate representation of color #AE800C: hue angle of 42.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE800C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 12 -
CMYK 0 0.26 0.93 0.32
HSL 42.96º 0.87% 0.36% -
HSV(B) 42.96º 0.93% 0.68% -
XYZ 25.24 24.46 3.74 -
YUV 128.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 174 128 12 0 0.26 0.93 0.32 42.96 0.87 0.36
Hex AE 80 C 0 1A 5D 20 2B 57 24
Octal 256 200 14 0 32 135 40 53 127 44
Binary 10101110 10000000 1100 0 11010 1011101 100000 101011 1010111 100100

Color Harmonies of #AE800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE800C

Black with #AE800C

Text Example


Text Example

White with #AE800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE800C; }

 p { color: rgb(174,128,12); }

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

background-color css

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

 a { background-color: rgb(174,128,12); }

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

border-color css

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

 span { border-color: rgb(174,128,12); }

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