Html Css Color HEX #AE8802 Dark Goldenrod

📋 copy color: '#AE8802'

red 174 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #AE8802

Tints of Dark Goldenrod #AE8802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 55.77%
G = 43.59%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8802 (or 0xAE8802) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 02. RGB value is (174,136,2). Sum of RGB (Red+Green+Blue) = 174+136+2=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8802 is #5177FD. Grayscale: #848484. Windows color (decimal): -5339134 or 166062. OLE color: 166062.

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

Color convert

RGB 174 136 2 -
CMYK 0 0.22 0.99 0.32
HSL 46.74º 0.98% 0.35% -
HSV(B) 46.74º 0.99% 0.68% -
XYZ 26.27 26.61 3.81 -
YUV 132.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 174 136 2 0 0.22 0.99 0.32 46.74 0.98 0.35
Hex AE 88 2 0 16 63 20 2F 62 23
Octal 256 210 2 0 26 143 40 57 142 43
Binary 10101110 10001000 10 0 10110 1100011 100000 101111 1100010 100011

Color Harmonies of #AE8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8802

Black with #AE8802

Text Example


Text Example

White with #AE8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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