Html Css Color HEX #AE920B Dark Goldenrod

📋 copy color: '#AE920B'

red 174 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #AE920B

Tints of Dark Goldenrod #AE920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 52.57%
G = 44.11%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE920B (or 0xAE920B) is known color: Dark Goldenrod. HEX triplet: AE, 92 and 0B. RGB value is (174,146,11). Sum of RGB (Red+Green+Blue) = 174+146+11=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE920B is #516DF4. Grayscale: #8B8B8B. Windows color (decimal): -5336565 or 758446. OLE color: 758446.

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

Color convert

RGB 174 146 11 -
CMYK 0 0.16 0.94 0.32
HSL 49.69º 0.88% 0.36% -
HSV(B) 49.69º 0.94% 0.68% -
XYZ 27.79 29.58 4.56 -
YUV 138.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 174 146 11 0 0.16 0.94 0.32 49.69 0.88 0.36
Hex AE 92 B 0 10 5E 20 32 58 24
Octal 256 222 13 0 20 136 40 62 130 44
Binary 10101110 10010010 1011 0 10000 1011110 100000 110010 1011000 100100

Color Harmonies of #AE920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE920B

Black with #AE920B

Text Example


Text Example

White with #AE920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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