Html Css Color HEX #AE700B Dark Goldenrod

📋 copy color: '#AE700B'

red 174 ◦ green 112 ◦ blue 11

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

Shades of Dark Goldenrod #AE700B

Tints of Dark Goldenrod #AE700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 58.59%
G = 37.71%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE700B (or 0xAE700B) is known color: Dark Goldenrod. HEX triplet: AE, 70 and 0B. RGB value is (174,112,11). Sum of RGB (Red+Green+Blue) = 174+112+11=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE700B is #518FF4. Grayscale: #777777. Windows color (decimal): -5345269 or 749742. OLE color: 749742.

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

Color convert

RGB 174 112 11 -
CMYK 0 0.36 0.94 0.32
HSL 37.18º 0.88% 0.36% -
HSV(B) 37.18º 0.94% 0.68% -
XYZ 23.31 20.61 3.07 -
YUV 119.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 174 112 11 0 0.36 0.94 0.32 37.18 0.88 0.36
Hex AE 70 B 0 24 5E 20 25 58 24
Octal 256 160 13 0 44 136 40 45 130 44
Binary 10101110 1110000 1011 0 100100 1011110 100000 100101 1011000 100100

Color Harmonies of #AE700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE700B

Black with #AE700B

Text Example


Text Example

White with #AE700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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