Html Css Color HEX #AE881A Dark Goldenrod

📋 copy color: '#AE881A'

red 174 ◦ green 136 ◦ blue 26

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

Shades of Dark Goldenrod #AE881A

Tints of Dark Goldenrod #AE881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 51.79%
G = 40.48%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE881A (or 0xAE881A) is known color: Dark Goldenrod. HEX triplet: AE, 88 and 1A. RGB value is (174,136,26). Sum of RGB (Red+Green+Blue) = 174+136+26=336 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.79% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 174 - color contains mainly: red. Hex color #AE881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE881A is #5177E5. Grayscale: #878787. Windows color (decimal): -5339110 or 1738926. OLE color: 1738926.

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

Color convert

RGB 174 136 26 -
CMYK 0 0.22 0.85 0.32
HSL 44.59º 0.74% 0.39% -
HSV(B) 44.59º 0.85% 0.68% -
XYZ 26.45 26.68 4.73 -
YUV 134.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 174 136 26 0 0.22 0.85 0.32 44.59 0.74 0.39
Hex AE 88 1A 0 16 55 20 2D 4A 27
Octal 256 210 32 0 26 125 40 55 112 47
Binary 10101110 10001000 11010 0 10110 1010101 100000 101101 1001010 100111

Color Harmonies of #AE881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE881A

Black with #AE881A

Text Example


Text Example

White with #AE881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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