Html Css Color HEX #AE7D03 Dark Goldenrod

📋 copy color: '#AE7D03'

red 174 ◦ green 125 ◦ blue 3

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

Shades of Dark Goldenrod #AE7D03

Tints of Dark Goldenrod #AE7D03

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

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

R = 57.62%
G = 41.39%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE7D03 (or 0xAE7D03) is known color: Dark Goldenrod. HEX triplet: AE, 7D and 03. RGB value is (174,125,3). Sum of RGB (Red+Green+Blue) = 174+125+3=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D03 is #5182FC. Grayscale: #7E7E7E. Windows color (decimal): -5341949 or 228782. OLE color: 228782.

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

Color convert

RGB 174 125 3 -
CMYK 0 0.28 0.98 0.32
HSL 42.81º 0.97% 0.35% -
HSV(B) 42.81º 0.98% 0.68% -
XYZ 24.81 23.67 3.35 -
YUV 125.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 174 125 3 0 0.28 0.98 0.32 42.81 0.97 0.35
Hex AE 7D 3 0 1C 62 20 2B 61 23
Octal 256 175 3 0 34 142 40 53 141 43
Binary 10101110 1111101 11 0 11100 1100010 100000 101011 1100001 100011

Color Harmonies of #AE7D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D03

Black with #AE7D03

Text Example


Text Example

White with #AE7D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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