Html Css Color HEX #AE830C Dark Goldenrod

📋 copy color: '#AE830C'

red 174 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #AE830C

Tints of Dark Goldenrod #AE830C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 54.89%
G = 41.32%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE830C (or 0xAE830C) is known color: Dark Goldenrod. HEX triplet: AE, 83 and 0C. RGB value is (174,131,12). Sum of RGB (Red+Green+Blue) = 174+131+12=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE830C is #517CF3. Grayscale: #828282. Windows color (decimal): -5340404 or 820142. OLE color: 820142.

HSL color Cylindrical-coordinate representation of color #AE830C: hue angle of 44.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE830C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 131 12 -
CMYK 0 0.25 0.93 0.32
HSL 44.07º 0.87% 0.36% -
HSV(B) 44.07º 0.93% 0.68% -
XYZ 25.64 25.26 3.87 -
YUV 130.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 174 131 12 0 0.25 0.93 0.32 44.07 0.87 0.36
Hex AE 83 C 0 19 5D 20 2C 57 24
Octal 256 203 14 0 31 135 40 54 127 44
Binary 10101110 10000011 1100 0 11001 1011101 100000 101100 1010111 100100

Color Harmonies of #AE830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE830C

Black with #AE830C

Text Example


Text Example

White with #AE830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE830C; }

 p { color: rgb(174,131,12); }

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

background-color css

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

 a { background-color: rgb(174,131,12); }

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

border-color css

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

 span { border-color: rgb(174,131,12); }

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