Html Css Color HEX #AE800B Dark Goldenrod

📋 copy color: '#AE800B'

red 174 ◦ green 128 ◦ blue 11

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

Shades of Dark Goldenrod #AE800B

Tints of Dark Goldenrod #AE800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 55.59%
G = 40.89%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE800B (or 0xAE800B) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 0B. RGB value is (174,128,11). Sum of RGB (Red+Green+Blue) = 174+128+11=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE800B is #517FF4. Grayscale: #808080. Windows color (decimal): -5341173 or 753838. OLE color: 753838.

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

Color convert

RGB 174 128 11 -
CMYK 0 0.26 0.94 0.32
HSL 43.07º 0.88% 0.36% -
HSV(B) 43.07º 0.94% 0.68% -
XYZ 25.24 24.46 3.71 -
YUV 128.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 174 128 11 0 0.26 0.94 0.32 43.07 0.88 0.36
Hex AE 80 B 0 1A 5E 20 2B 58 24
Octal 256 200 13 0 32 136 40 53 130 44
Binary 10101110 10000000 1011 0 11010 1011110 100000 101011 1011000 100100

Color Harmonies of #AE800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE800B

Black with #AE800B

Text Example


Text Example

White with #AE800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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