Html Css Color HEX #AE8A1A Dark Goldenrod

📋 copy color: '#AE8A1A'

red 174 ◦ green 138 ◦ blue 26

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

Shades of Dark Goldenrod #AE8A1A

Tints of Dark Goldenrod #AE8A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 51.48%
G = 40.83%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE8A1A (or 0xAE8A1A) is known color: Dark Goldenrod. HEX triplet: AE, 8A and 1A. RGB value is (174,138,26). Sum of RGB (Red+Green+Blue) = 174+138+26=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A1A is #5175E5. Grayscale: #888888. Windows color (decimal): -5338598 or 1739438. OLE color: 1739438.

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

Color convert

RGB 174 138 26 -
CMYK 0 0.21 0.85 0.32
HSL 45.41º 0.74% 0.39% -
HSV(B) 45.41º 0.85% 0.68% -
XYZ 26.73 27.25 4.83 -
YUV 136 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 174 138 26 0 0.21 0.85 0.32 45.41 0.74 0.39
Hex AE 8A 1A 0 15 55 20 2D 4A 27
Octal 256 212 32 0 25 125 40 55 112 47
Binary 10101110 10001010 11010 0 10101 1010101 100000 101101 1001010 100111

Color Harmonies of #AE8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A1A

Black with #AE8A1A

Text Example


Text Example

White with #AE8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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