Html Css Color HEX #AE7515 Dark Goldenrod

📋 copy color: '#AE7515'

red 174 ◦ green 117 ◦ blue 21

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

Shades of Dark Goldenrod #AE7515

Tints of Dark Goldenrod #AE7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 55.77%
G = 37.5%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE7515 (or 0xAE7515) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 15. RGB value is (174,117,21). Sum of RGB (Red+Green+Blue) = 174+117+21=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7515 is #518AEA. Grayscale: #7B7B7B. Windows color (decimal): -5343979 or 1406382. OLE color: 1406382.

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

Color convert

RGB 174 117 21 -
CMYK 0 0.33 0.88 0.32
HSL 37.65º 0.78% 0.38% -
HSV(B) 37.65º 0.88% 0.68% -
XYZ 23.95 21.78 3.65 -
YUV 123.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 174 117 21 0 0.33 0.88 0.32 37.65 0.78 0.38
Hex AE 75 15 0 21 58 20 26 4E 26
Octal 256 165 25 0 41 130 40 46 116 46
Binary 10101110 1110101 10101 0 100001 1011000 100000 100110 1001110 100110

Color Harmonies of #AE7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7515

Black with #AE7515

Text Example


Text Example

White with #AE7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7515; }

 p { color: rgb(174,117,21); }

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

background-color css

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

 a { background-color: rgb(174,117,21); }

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

border-color css

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

 span { border-color: rgb(174,117,21); }

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