Html Css Color HEX #AE8C03 Dark Goldenrod

📋 copy color: '#AE8C03'

red 174 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #AE8C03

Tints of Dark Goldenrod #AE8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.16%

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

R = 54.89%
G = 44.16%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE8C03 (or 0xAE8C03) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 03. RGB value is (174,140,3). Sum of RGB (Red+Green+Blue) = 174+140+3=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C03 is #5173FC. Grayscale: #878787. Windows color (decimal): -5338109 or 232622. OLE color: 232622.

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

Color convert

RGB 174 140 3 -
CMYK 0 0.20 0.98 0.32
HSL 48.07º 0.97% 0.35% -
HSV(B) 48.07º 0.98% 0.68% -
XYZ 26.85 27.76 4.03 -
YUV 134.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 174 140 3 0 0.20 0.98 0.32 48.07 0.97 0.35
Hex AE 8C 3 0 14 62 20 30 61 23
Octal 256 214 3 0 24 142 40 60 141 43
Binary 10101110 10001100 11 0 10100 1100010 100000 110000 1100001 100011

Color Harmonies of #AE8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C03

Black with #AE8C03

Text Example


Text Example

White with #AE8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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