Html Css Color HEX #AE7A03 Dark Goldenrod

📋 copy color: '#AE7A03'

red 174 ◦ green 122 ◦ blue 3

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

Shades of Dark Goldenrod #AE7A03

Tints of Dark Goldenrod #AE7A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 58.19%
G = 40.8%
B = 1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE7A03 (or 0xAE7A03) is known color: Dark Goldenrod. HEX triplet: AE, 7A and 03. RGB value is (174,122,3). Sum of RGB (Red+Green+Blue) = 174+122+3=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7A03 is #5185FC. Grayscale: #7C7C7C. Windows color (decimal): -5342717 or 228014. OLE color: 228014.

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

Color convert

RGB 174 122 3 -
CMYK 0 0.30 0.98 0.32
HSL 41.75º 0.97% 0.35% -
HSV(B) 41.75º 0.98% 0.68% -
XYZ 24.43 22.92 3.22 -
YUV 123.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 174 122 3 0 0.30 0.98 0.32 41.75 0.97 0.35
Hex AE 7A 3 0 1E 62 20 2A 61 23
Octal 256 172 3 0 36 142 40 52 141 43
Binary 10101110 1111010 11 0 11110 1100010 100000 101010 1100001 100011

Color Harmonies of #AE7A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7A03

Black with #AE7A03

Text Example


Text Example

White with #AE7A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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