Html Css Color HEX #AE8C0C Dark Goldenrod

📋 copy color: '#AE8C0C'

red 174 ◦ green 140 ◦ blue 12

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

Shades of Dark Goldenrod #AE8C0C

Tints of Dark Goldenrod #AE8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

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

R = 53.37%
G = 42.94%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE8C0C (or 0xAE8C0C) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 0C. RGB value is (174,140,12). Sum of RGB (Red+Green+Blue) = 174+140+12=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C0C is #5173F3. Grayscale: #888888. Windows color (decimal): -5338100 or 822446. OLE color: 822446.

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

Color convert

RGB 174 140 12 -
CMYK 0 0.20 0.93 0.32
HSL 47.41º 0.87% 0.36% -
HSV(B) 47.41º 0.93% 0.68% -
XYZ 26.9 27.78 4.29 -
YUV 135.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 174 140 12 0 0.20 0.93 0.32 47.41 0.87 0.36
Hex AE 8C C 0 14 5D 20 2F 57 24
Octal 256 214 14 0 24 135 40 57 127 44
Binary 10101110 10001100 1100 0 10100 1011101 100000 101111 1010111 100100

Color Harmonies of #AE8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C0C

Black with #AE8C0C

Text Example


Text Example

White with #AE8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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