Html Css Color HEX #AE841A Dark Goldenrod

📋 copy color: '#AE841A'

red 174 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #AE841A

Tints of Dark Goldenrod #AE841A

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 value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE841A (or 0xAE841A) is known color: 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

RGB 174 132 26 -
CMYK 0 0.24 0.85 0.32
HSL 42.97º 0.74% 0.39% -
HSV(B) 42.97º 0.85% 0.68% -
XYZ 25.89 25.58 4.55 -
YUV 132.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 174 132 26 0 0.24 0.85 0.32 42.97 0.74 0.39
Hex AE 84 1A 0 18 55 20 2B 4A 27
Octal 256 204 32 0 30 125 40 53 112 47
Binary 10101110 10000100 11010 0 11000 1010101 100000 101011 1001010 100111

Color Harmonies of #AE841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE841A

Black with #AE841A

Text Example


Text Example

White with #AE841A

Text Example


Text Example

HTML Codes & Css Web 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>