Html Css Color HEX #AE8C02 Dark Goldenrod

📋 copy color: '#AE8C02'

red 174 ◦ green 140 ◦ blue 2

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

Shades of Dark Goldenrod #AE8C02

Tints of Dark Goldenrod #AE8C02

RGB

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

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

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

R = 55.06%
G = 44.3%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AE8C02 (or 0xAE8C02) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 02. RGB value is (174,140,2). Sum of RGB (Red+Green+Blue) = 174+140+2=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C02 is #5173FD. Grayscale: #878787. Windows color (decimal): -5338110 or 167086. OLE color: 167086.

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

Color convert

RGB 174 140 2 -
CMYK 0 0.20 0.99 0.32
HSL 48.14º 0.98% 0.35% -
HSV(B) 48.14º 0.99% 0.68% -
XYZ 26.84 27.76 4 -
YUV 134.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 174 140 2 0 0.20 0.99 0.32 48.14 0.98 0.35
Hex AE 8C 2 0 14 63 20 30 62 23
Octal 256 214 2 0 24 143 40 60 142 43
Binary 10101110 10001100 10 0 10100 1100011 100000 110000 1100010 100011

Color Harmonies of #AE8C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C02

Black with #AE8C02

Text Example


Text Example

White with #AE8C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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