Html Css Color HEX #AE7B0A Dark Goldenrod

📋 copy color: '#AE7B0A'

red 174 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #AE7B0A

Tints of Dark Goldenrod #AE7B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 56.68%
G = 40.07%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE7B0A (or 0xAE7B0A) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 0A. RGB value is (174,123,10). Sum of RGB (Red+Green+Blue) = 174+123+10=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B0A is #5184F5. Grayscale: #7D7D7D. Windows color (decimal): -5342454 or 687022. OLE color: 687022.

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

Color convert

RGB 174 123 10 -
CMYK 0 0.29 0.94 0.32
HSL 41.34º 0.89% 0.36% -
HSV(B) 41.34º 0.94% 0.68% -
XYZ 24.59 23.19 3.47 -
YUV 125.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 174 123 10 0 0.29 0.94 0.32 41.34 0.89 0.36
Hex AE 7B A 0 1D 5E 20 29 59 24
Octal 256 173 12 0 35 136 40 51 131 44
Binary 10101110 1111011 1010 0 11101 1011110 100000 101001 1011001 100100

Color Harmonies of #AE7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B0A

Black with #AE7B0A

Text Example


Text Example

White with #AE7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B0A; }

 p { color: rgb(174,123,10); }

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

background-color css

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

 a { background-color: rgb(174,123,10); }

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

border-color css

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

 span { border-color: rgb(174,123,10); }

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