#AE841A

Color #AE841A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AE841A

Tints of Dark Goldenrod #AE841A

Color information

#AE841A (or 0xAE841A) is unknown color: approx Dark Goldenrod. HEX triplet: AE, 84 and 1A. RGB value is (174,132,26). Sum of RGB (Red+Green+Blue) = 174+132+26=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE841A is #517BE5. Grayscale: #848484. Windows color (decimal): -5340134 or 1737902. OLE color: 1737902.

HSL color Cylindrical-coordinate representation of color #AE841A: hue angle of 42.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE841A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB17413226-
CMYK00.240.850.32
HSL42.97º74%39.22%-
HSV(B)42.97º85.06%68.24%-
XYZ25.8925.584.55-
YUV132.4767.91157.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=52.41%
G=39.76%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741322600.240.850.3242.977439.22
HexAE841A01855202b4a27
Octal25620432030125405311247
Binary10101110100001001101001100010101011000001010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE841A; }

 p { color: rgb(174,132,26); }

 H1.HeaderClassName
 {
   color: #AE841A;
 }
 .AnyTagClassName
 {
   color: #AE841A;
 }
</style>
background-color css

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

 a { background-color: rgb(174,132,26); }

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

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

 span { border-color: rgb(174,132,26); }

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