Html Css Color HEX #AE8206 Dark Goldenrod

📋 copy color: '#AE8206'

red 174 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #AE8206

Tints of Dark Goldenrod #AE8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 56.13%
G = 41.94%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE8206 (or 0xAE8206) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 06. RGB value is (174,130,6). Sum of RGB (Red+Green+Blue) = 174+130+6=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8206 is #517DF9. Grayscale: #818181. Windows color (decimal): -5340666 or 426670. OLE color: 426670.

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

Color convert

RGB 174 130 6 -
CMYK 0 0.25 0.97 0.32
HSL 44.29º 0.93% 0.35% -
HSV(B) 44.29º 0.97% 0.68% -
XYZ 25.47 24.98 3.65 -
YUV 129.02 58.58 160.08 -
System Red Green Blue C M Y K H S L
Decimal 174 130 6 0 0.25 0.97 0.32 44.29 0.93 0.35
Hex AE 82 6 0 19 61 20 2C 5D 23
Octal 256 202 6 0 31 141 40 54 135 43
Binary 10101110 10000010 110 0 11001 1100001 100000 101100 1011101 100011

Color Harmonies of #AE8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8206

Black with #AE8206

Text Example


Text Example

White with #AE8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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