Html Css Color HEX #AE8203 Dark Goldenrod

📋 copy color: '#AE8203'

red 174 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #AE8203

Tints of Dark Goldenrod #AE8203

RGB

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

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

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

R = 56.68%
G = 42.35%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE8203 (or 0xAE8203) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 03. RGB value is (174,130,3). Sum of RGB (Red+Green+Blue) = 174+130+3=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8203 is #517DFC. Grayscale: #818181. Windows color (decimal): -5340669 or 230062. OLE color: 230062.

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

Color convert

RGB 174 130 3 -
CMYK 0 0.25 0.98 0.32
HSL 44.56º 0.97% 0.35% -
HSV(B) 44.56º 0.98% 0.68% -
XYZ 25.45 24.97 3.56 -
YUV 128.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 174 130 3 0 0.25 0.98 0.32 44.56 0.97 0.35
Hex AE 82 3 0 19 62 20 2D 61 23
Octal 256 202 3 0 31 142 40 55 141 43
Binary 10101110 10000010 11 0 11001 1100010 100000 101101 1100001 100011

Color Harmonies of #AE8203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8203

Black with #AE8203

Text Example


Text Example

White with #AE8203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8203; }

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

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

background-color css

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

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

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

border-color css

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

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

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