Html Css Color HEX #AE7613 Dark Goldenrod

📋 copy color: '#AE7613'

red 174 ◦ green 118 ◦ blue 19

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

Shades of Dark Goldenrod #AE7613

Tints of Dark Goldenrod #AE7613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 55.95%
G = 37.94%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE7613 (or 0xAE7613) is known color: Dark Goldenrod. HEX triplet: AE, 76 and 13. RGB value is (174,118,19). Sum of RGB (Red+Green+Blue) = 174+118+19=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7613 is #5189EC. Grayscale: #7B7B7B. Windows color (decimal): -5343725 or 1275566. OLE color: 1275566.

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

Color convert

RGB 174 118 19 -
CMYK 0 0.32 0.89 0.32
HSL 38.32º 0.8% 0.38% -
HSV(B) 38.32º 0.89% 0.68% -
XYZ 24.05 22 3.6 -
YUV 123.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 174 118 19 0 0.32 0.89 0.32 38.32 0.8 0.38
Hex AE 76 13 0 20 59 20 26 50 26
Octal 256 166 23 0 40 131 40 46 120 46
Binary 10101110 1110110 10011 0 100000 1011001 100000 100110 1010000 100110

Color Harmonies of #AE7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7613

Black with #AE7613

Text Example


Text Example

White with #AE7613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7613; }

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

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

background-color css

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

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

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

border-color css

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

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

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