Html Css Color HEX #AE8805 Dark Goldenrod

📋 copy color: '#AE8805'

red 174 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #AE8805

Tints of Dark Goldenrod #AE8805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

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

R = 55.24%
G = 43.17%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE8805 (or 0xAE8805) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 05. RGB value is (174,136,5). Sum of RGB (Red+Green+Blue) = 174+136+5=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8805 is #5177FA. Grayscale: #848484. Windows color (decimal): -5339131 or 362670. OLE color: 362670.

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

Color convert

RGB 174 136 5 -
CMYK 0 0.22 0.97 0.32
HSL 46.51º 0.94% 0.35% -
HSV(B) 46.51º 0.97% 0.68% -
XYZ 26.29 26.62 3.9 -
YUV 132.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 174 136 5 0 0.22 0.97 0.32 46.51 0.94 0.35
Hex AE 88 5 0 16 61 20 2F 5E 23
Octal 256 210 5 0 26 141 40 57 136 43
Binary 10101110 10001000 101 0 10110 1100001 100000 101111 1011110 100011

Color Harmonies of #AE8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8805

Black with #AE8805

Text Example


Text Example

White with #AE8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8805; }

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

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

background-color css

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

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

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

border-color css

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

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

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