Html Css Color HEX #AE8C0F Dark Goldenrod

📋 copy color: '#AE8C0F'

red 174 ◦ green 140 ◦ blue 15

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

Shades of Dark Goldenrod #AE8C0F

Tints of Dark Goldenrod #AE8C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 52.89%
G = 42.55%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE8C0F (or 0xAE8C0F) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 0F. RGB value is (174,140,15). Sum of RGB (Red+Green+Blue) = 174+140+15=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C0F is #5173F0. Grayscale: #888888. Windows color (decimal): -5338097 or 1019054. OLE color: 1019054.

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

Color convert

RGB 174 140 15 -
CMYK 0 0.20 0.91 0.32
HSL 47.17º 0.84% 0.37% -
HSV(B) 47.17º 0.91% 0.68% -
XYZ 26.92 27.79 4.4 -
YUV 135.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 174 140 15 0 0.20 0.91 0.32 47.17 0.84 0.37
Hex AE 8C F 0 14 5B 20 2F 54 25
Octal 256 214 17 0 24 133 40 57 124 45
Binary 10101110 10001100 1111 0 10100 1011011 100000 101111 1010100 100101

Color Harmonies of #AE8C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C0F

Black with #AE8C0F

Text Example


Text Example

White with #AE8C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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