Html Css Color HEX #AE9605 Dark Goldenrod

📋 copy color: '#AE9605'

red 174 ◦ green 150 ◦ blue 5

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

Shades of Dark Goldenrod #AE9605

Tints of Dark Goldenrod #AE9605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 52.89%
G = 45.59%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE9605 (or 0xAE9605) is known color: Dark Goldenrod. HEX triplet: AE, 96 and 05. RGB value is (174,150,5). Sum of RGB (Red+Green+Blue) = 174+150+5=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9605 is #5169FA. Grayscale: #8D8D8D. Windows color (decimal): -5335547 or 366254. OLE color: 366254.

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

Color convert

RGB 174 150 5 -
CMYK 0 0.14 0.97 0.32
HSL 51.48º 0.94% 0.35% -
HSV(B) 51.48º 0.97% 0.68% -
XYZ 28.39 30.82 4.6 -
YUV 140.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 174 150 5 0 0.14 0.97 0.32 51.48 0.94 0.35
Hex AE 96 5 0 E 61 20 33 5E 23
Octal 256 226 5 0 16 141 40 63 136 43
Binary 10101110 10010110 101 0 1110 1100001 100000 110011 1011110 100011

Color Harmonies of #AE9605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9605

Black with #AE9605

Text Example


Text Example

White with #AE9605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9605; }

 p { color: rgb(174,150,5); }

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

background-color css

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

 a { background-color: rgb(174,150,5); }

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

border-color css

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

 span { border-color: rgb(174,150,5); }

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