Html Css Color HEX #AE760D Dark Goldenrod

📋 copy color: '#AE760D'

red 174 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #AE760D

Tints of Dark Goldenrod #AE760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.26%

R = 57.05%
G = 38.69%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE760D (or 0xAE760D) is known color: Dark Goldenrod. HEX triplet: AE, 76 and 0D. RGB value is (174,118,13). Sum of RGB (Red+Green+Blue) = 174+118+13=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE760D is #5189F2. Grayscale: #7B7B7B. Windows color (decimal): -5343731 or 882350. OLE color: 882350.

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

Color convert

RGB 174 118 13 -
CMYK 0 0.32 0.93 0.32
HSL 39.13º 0.86% 0.37% -
HSV(B) 39.13º 0.93% 0.68% -
XYZ 24.01 21.98 3.36 -
YUV 122.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 174 118 13 0 0.32 0.93 0.32 39.13 0.86 0.37
Hex AE 76 D 0 20 5D 20 27 56 25
Octal 256 166 15 0 40 135 40 47 126 45
Binary 10101110 1110110 1101 0 100000 1011101 100000 100111 1010110 100101

Color Harmonies of #AE760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE760D

Black with #AE760D

Text Example


Text Example

White with #AE760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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