Html Css Color HEX #AE780C Dark Goldenrod

📋 copy color: '#AE780C'

red 174 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #AE780C

Tints of Dark Goldenrod #AE780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 56.86%
G = 39.22%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE780C (or 0xAE780C) is known color: Dark Goldenrod. HEX triplet: AE, 78 and 0C. RGB value is (174,120,12). Sum of RGB (Red+Green+Blue) = 174+120+12=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE780C is #5187F3. Grayscale: #7C7C7C. Windows color (decimal): -5343220 or 817326. OLE color: 817326.

HSL color Cylindrical-coordinate representation of color #AE780C: hue angle of 40º 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 #AE780C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 120 12 -
CMYK 0 0.31 0.93 0.32
HSL 40º 0.87% 0.36% -
HSV(B) 40º 0.93% 0.68% -
XYZ 24.24 22.46 3.41 -
YUV 123.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 174 120 12 0 0.31 0.93 0.32 40 0.87 0.36
Hex AE 78 C 0 1F 5D 20 28 57 24
Octal 256 170 14 0 37 135 40 50 127 44
Binary 10101110 1111000 1100 0 11111 1011101 100000 101000 1010111 100100

Color Harmonies of #AE780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE780C

Black with #AE780C

Text Example


Text Example

White with #AE780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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