Html Css Color HEX #AE8603 Dark Goldenrod

📋 copy color: '#AE8603'

red 174 ◦ green 134 ◦ blue 3

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

Shades of Dark Goldenrod #AE8603

Tints of Dark Goldenrod #AE8603

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 55.95%
G = 43.09%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE8603 (or 0xAE8603) is known color: Dark Goldenrod. HEX triplet: AE, 86 and 03. RGB value is (174,134,3). Sum of RGB (Red+Green+Blue) = 174+134+3=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8603 is #5179FC. Grayscale: #838383. Windows color (decimal): -5339645 or 231086. OLE color: 231086.

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

Color convert

RGB 174 134 3 -
CMYK 0 0.23 0.98 0.32
HSL 45.96º 0.97% 0.35% -
HSV(B) 45.96º 0.98% 0.68% -
XYZ 26 26.06 3.75 -
YUV 131.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 174 134 3 0 0.23 0.98 0.32 45.96 0.97 0.35
Hex AE 86 3 0 17 62 20 2E 61 23
Octal 256 206 3 0 27 142 40 56 141 43
Binary 10101110 10000110 11 0 10111 1100010 100000 101110 1100001 100011

Color Harmonies of #AE8603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8603

Black with #AE8603

Text Example


Text Example

White with #AE8603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8603; }

 p { color: rgb(174,134,3); }

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

background-color css

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

 a { background-color: rgb(174,134,3); }

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

border-color css

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

 span { border-color: rgb(174,134,3); }

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