Html Css Color HEX #AE8D07 Dark Goldenrod

📋 copy color: '#AE8D07'

red 174 ◦ green 141 ◦ blue 7

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

Shades of Dark Goldenrod #AE8D07

Tints of Dark Goldenrod #AE8D07

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.79%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 54.04%
G = 43.79%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AE8D07 (or 0xAE8D07) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 07. RGB value is (174,141,7). Sum of RGB (Red+Green+Blue) = 174+141+7=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D07 is #5172F8. Grayscale: #888888. Windows color (decimal): -5337849 or 495022. OLE color: 495022.

HSL color Cylindrical-coordinate representation of color #AE8D07: hue angle of 48.14º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE8D07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 7 -
CMYK 0 0.19 0.96 0.32
HSL 48.14º 0.92% 0.35% -
HSV(B) 48.14º 0.96% 0.68% -
XYZ 27.02 28.06 4.19 -
YUV 135.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 174 141 7 0 0.19 0.96 0.32 48.14 0.92 0.35
Hex AE 8D 7 0 13 60 20 30 5C 23
Octal 256 215 7 0 23 140 40 60 134 43
Binary 10101110 10001101 111 0 10011 1100000 100000 110000 1011100 100011

Color Harmonies of #AE8D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D07

Black with #AE8D07

Text Example


Text Example

White with #AE8D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D07; }

 p { color: rgb(174,141,7); }

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

background-color css

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

 a { background-color: rgb(174,141,7); }

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

border-color css

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

 span { border-color: rgb(174,141,7); }

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