Html Css Color HEX #AE7D10 Dark Goldenrod

📋 copy color: '#AE7D10'

red 174 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #AE7D10

Tints of Dark Goldenrod #AE7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 55.24%
G = 39.68%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE7D10 (or 0xAE7D10) is known color: Dark Goldenrod. HEX triplet: AE, 7D and 10. RGB value is (174,125,16). Sum of RGB (Red+Green+Blue) = 174+125+16=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D10 is #5182EF. Grayscale: #7F7F7F. Windows color (decimal): -5341936 or 1080750. OLE color: 1080750.

HSL color Cylindrical-coordinate representation of color #AE7D10: hue angle of 41.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE7D10 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 16 -
CMYK 0 0.28 0.91 0.32
HSL 41.39º 0.83% 0.37% -
HSV(B) 41.39º 0.91% 0.68% -
XYZ 24.88 23.7 3.75 -
YUV 127.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 174 125 16 0 0.28 0.91 0.32 41.39 0.83 0.37
Hex AE 7D 10 0 1C 5B 20 29 53 25
Octal 256 175 20 0 34 133 40 51 123 45
Binary 10101110 1111101 10000 0 11100 1011011 100000 101001 1010011 100101

Color Harmonies of #AE7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D10

Black with #AE7D10

Text Example


Text Example

White with #AE7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D10; }

 p { color: rgb(174,125,16); }

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

background-color css

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

 a { background-color: rgb(174,125,16); }

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

border-color css

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

 span { border-color: rgb(174,125,16); }

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