Html Css Color HEX #AE8C06 Dark Goldenrod

📋 copy color: '#AE8C06'

red 174 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #AE8C06

Tints of Dark Goldenrod #AE8C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 54.38%
G = 43.75%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE8C06 (or 0xAE8C06) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 06. RGB value is (174,140,6). Sum of RGB (Red+Green+Blue) = 174+140+6=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C06 is #5173F9. Grayscale: #878787. Windows color (decimal): -5338106 or 429230. OLE color: 429230.

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

Color convert

RGB 174 140 6 -
CMYK 0 0.20 0.97 0.32
HSL 47.86º 0.93% 0.35% -
HSV(B) 47.86º 0.97% 0.68% -
XYZ 26.87 27.77 4.12 -
YUV 134.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 174 140 6 0 0.20 0.97 0.32 47.86 0.93 0.35
Hex AE 8C 6 0 14 61 20 30 5D 23
Octal 256 214 6 0 24 141 40 60 135 43
Binary 10101110 10001100 110 0 10100 1100001 100000 110000 1011101 100011

Color Harmonies of #AE8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C06

Black with #AE8C06

Text Example


Text Example

White with #AE8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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