Html Css Color HEX #AE810C Dark Goldenrod

📋 copy color: '#AE810C'

red 174 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #AE810C

Tints of Dark Goldenrod #AE810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

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

R = 55.24%
G = 40.95%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE810C (or 0xAE810C) is known color: Dark Goldenrod. HEX triplet: AE, 81 and 0C. RGB value is (174,129,12). Sum of RGB (Red+Green+Blue) = 174+129+12=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE810C is #517EF3. Grayscale: #818181. Windows color (decimal): -5340916 or 819630. OLE color: 819630.

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

Color convert

RGB 174 129 12 -
CMYK 0 0.26 0.93 0.32
HSL 43.33º 0.87% 0.36% -
HSV(B) 43.33º 0.93% 0.68% -
XYZ 25.37 24.73 3.78 -
YUV 129.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 174 129 12 0 0.26 0.93 0.32 43.33 0.87 0.36
Hex AE 81 C 0 1A 5D 20 2B 57 24
Octal 256 201 14 0 32 135 40 53 127 44
Binary 10101110 10000001 1100 0 11010 1011101 100000 101011 1010111 100100

Color Harmonies of #AE810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE810C

Black with #AE810C

Text Example


Text Example

White with #AE810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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