Html Css Color HEX #AE7A08 Dark Goldenrod

📋 copy color: '#AE7A08'

red 174 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #AE7A08

Tints of Dark Goldenrod #AE7A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 57.24%
G = 40.13%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AE7A08 (or 0xAE7A08) is known color: Dark Goldenrod. HEX triplet: AE, 7A and 08. RGB value is (174,122,8). Sum of RGB (Red+Green+Blue) = 174+122+8=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A08 is #5185F7. Grayscale: #7D7D7D. Windows color (decimal): -5342712 or 555694. OLE color: 555694.

HSL color Cylindrical-coordinate representation of color #AE7A08: hue angle of 41.2º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE7A08 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 122 8 -
CMYK 0 0.30 0.95 0.32
HSL 41.2º 0.91% 0.36% -
HSV(B) 41.2º 0.95% 0.68% -
XYZ 24.46 22.94 3.37 -
YUV 124.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 174 122 8 0 0.30 0.95 0.32 41.2 0.91 0.36
Hex AE 7A 8 0 1E 5F 20 29 5B 24
Octal 256 172 10 0 36 137 40 51 133 44
Binary 10101110 1111010 1000 0 11110 1011111 100000 101001 1011011 100100

Color Harmonies of #AE7A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A08

Black with #AE7A08

Text Example


Text Example

White with #AE7A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A08; }

 p { color: rgb(174,122,8); }

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

background-color css

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

 a { background-color: rgb(174,122,8); }

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

border-color css

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

 span { border-color: rgb(174,122,8); }

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