Html Css Color HEX #AE880B Dark Goldenrod

📋 copy color: '#AE880B'

red 174 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #AE880B

Tints of Dark Goldenrod #AE880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

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

R = 54.21%
G = 42.37%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE880B (or 0xAE880B) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 0B. RGB value is (174,136,11). Sum of RGB (Red+Green+Blue) = 174+136+11=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE880B is #5177F4. Grayscale: #858585. Windows color (decimal): -5339125 or 755886. OLE color: 755886.

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

Color convert

RGB 174 136 11 -
CMYK 0 0.22 0.94 0.32
HSL 46.01º 0.88% 0.36% -
HSV(B) 46.01º 0.94% 0.68% -
XYZ 26.32 26.63 4.07 -
YUV 133.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 174 136 11 0 0.22 0.94 0.32 46.01 0.88 0.36
Hex AE 88 B 0 16 5E 20 2E 58 24
Octal 256 210 13 0 26 136 40 56 130 44
Binary 10101110 10001000 1011 0 10110 1011110 100000 101110 1011000 100100

Color Harmonies of #AE880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE880B

Black with #AE880B

Text Example


Text Example

White with #AE880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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