Html Css Color HEX #AE7616 Dark Goldenrod

📋 copy color: '#AE7616'

red 174 ◦ green 118 ◦ blue 22

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

Shades of Dark Goldenrod #AE7616

Tints of Dark Goldenrod #AE7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 55.41%
G = 37.58%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE7616 (or 0xAE7616) is known color: Dark Goldenrod. HEX triplet: AE, 76 and 16. RGB value is (174,118,22). Sum of RGB (Red+Green+Blue) = 174+118+22=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7616 is #5189E9. Grayscale: #7C7C7C. Windows color (decimal): -5343722 or 1472174. OLE color: 1472174.

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

Color convert

RGB 174 118 22 -
CMYK 0 0.32 0.87 0.32
HSL 37.89º 0.78% 0.38% -
HSV(B) 37.89º 0.87% 0.68% -
XYZ 24.08 22.01 3.74 -
YUV 123.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 174 118 22 0 0.32 0.87 0.32 37.89 0.78 0.38
Hex AE 76 16 0 20 57 20 26 4E 26
Octal 256 166 26 0 40 127 40 46 116 46
Binary 10101110 1110110 10110 0 100000 1010111 100000 100110 1001110 100110

Color Harmonies of #AE7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7616

Black with #AE7616

Text Example


Text Example

White with #AE7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7616; }

 p { color: rgb(174,118,22); }

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

background-color css

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

 a { background-color: rgb(174,118,22); }

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

border-color css

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

 span { border-color: rgb(174,118,22); }

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