Html Css Color HEX #AE770B Dark Goldenrod

📋 copy color: '#AE770B'

red 174 ◦ green 119 ◦ blue 11

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

Shades of Dark Goldenrod #AE770B

Tints of Dark Goldenrod #AE770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 57.24%
G = 39.14%
B = 3.62%

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

#AE770B (or 0xAE770B) is known color: Dark Goldenrod. HEX triplet: AE, 77 and 0B. RGB value is (174,119,11). Sum of RGB (Red+Green+Blue) = 174+119+11=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE770B is #5188F4. Grayscale: #7B7B7B. Windows color (decimal): -5343477 or 751534. OLE color: 751534.

HSL color Cylindrical-coordinate representation of color #AE770B: hue angle of 39.75º degrees, saturation: 0.88, 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 #AE770B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 119 11 -
CMYK 0 0.32 0.94 0.32
HSL 39.75º 0.88% 0.36% -
HSV(B) 39.75º 0.94% 0.68% -
XYZ 24.11 22.22 3.33 -
YUV 123.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 174 119 11 0 0.32 0.94 0.32 39.75 0.88 0.36
Hex AE 77 B 0 20 5E 20 28 58 24
Octal 256 167 13 0 40 136 40 50 130 44
Binary 10101110 1110111 1011 0 100000 1011110 100000 101000 1011000 100100

Color Harmonies of #AE770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE770B

Black with #AE770B

Text Example


Text Example

White with #AE770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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