Html Css Color HEX #AE760C Dark Goldenrod

📋 copy color: '#AE760C'

red 174 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #AE760C

Tints of Dark Goldenrod #AE760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 57.24%
G = 38.82%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE760C (or 0xAE760C) is known color: Dark Goldenrod. HEX triplet: AE, 76 and 0C. RGB value is (174,118,12). Sum of RGB (Red+Green+Blue) = 174+118+12=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE760C is #5189F3. Grayscale: #7B7B7B. Windows color (decimal): -5343732 or 816814. OLE color: 816814.

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

Color convert

RGB 174 118 12 -
CMYK 0 0.32 0.93 0.32
HSL 39.26º 0.87% 0.36% -
HSV(B) 39.26º 0.93% 0.68% -
XYZ 24 21.98 3.33 -
YUV 122.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 174 118 12 0 0.32 0.93 0.32 39.26 0.87 0.36
Hex AE 76 C 0 20 5D 20 27 57 24
Octal 256 166 14 0 40 135 40 47 127 44
Binary 10101110 1110110 1100 0 100000 1011101 100000 100111 1010111 100100

Color Harmonies of #AE760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE760C

Black with #AE760C

Text Example


Text Example

White with #AE760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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