Html Css Color HEX #AE770A Dark Goldenrod

📋 copy color: '#AE770A'

red 174 ◦ green 119 ◦ blue 10

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

Shades of Dark Goldenrod #AE770A

Tints of Dark Goldenrod #AE770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 57.43%
G = 39.27%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE770A (or 0xAE770A) is known color: Dark Goldenrod. HEX triplet: AE, 77 and 0A. RGB value is (174,119,10). Sum of RGB (Red+Green+Blue) = 174+119+10=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE770A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE770A is #5188F5. Grayscale: #7B7B7B. Windows color (decimal): -5343478 or 685998. OLE color: 685998.

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

Color convert

RGB 174 119 10 -
CMYK 0 0.32 0.94 0.32
HSL 39.88º 0.89% 0.36% -
HSV(B) 39.88º 0.94% 0.68% -
XYZ 24.11 22.21 3.3 -
YUV 123.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 174 119 10 0 0.32 0.94 0.32 39.88 0.89 0.36
Hex AE 77 A 0 20 5E 20 28 59 24
Octal 256 167 12 0 40 136 40 50 131 44
Binary 10101110 1110111 1010 0 100000 1011110 100000 101000 1011001 100100

Color Harmonies of #AE770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE770A

Black with #AE770A

Text Example


Text Example

White with #AE770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE770A; }

 p { color: rgb(174,119,10); }

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

background-color css

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

 a { background-color: rgb(174,119,10); }

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

border-color css

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

 span { border-color: rgb(174,119,10); }

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