Html Css Color HEX #AE750C Dark Goldenrod

📋 copy color: '#AE750C'

red 174 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #AE750C

Tints of Dark Goldenrod #AE750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 57.43%
G = 38.61%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE750C (or 0xAE750C) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 0C. RGB value is (174,117,12). Sum of RGB (Red+Green+Blue) = 174+117+12=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE750C is #518AF3. Grayscale: #7A7A7A. Windows color (decimal): -5343988 or 816558. OLE color: 816558.

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

Color convert

RGB 174 117 12 -
CMYK 0 0.33 0.93 0.32
HSL 38.89º 0.87% 0.36% -
HSV(B) 38.89º 0.93% 0.68% -
XYZ 23.88 21.75 3.29 -
YUV 122.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 174 117 12 0 0.33 0.93 0.32 38.89 0.87 0.36
Hex AE 75 C 0 21 5D 20 27 57 24
Octal 256 165 14 0 41 135 40 47 127 44
Binary 10101110 1110101 1100 0 100001 1011101 100000 100111 1010111 100100

Color Harmonies of #AE750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE750C

Black with #AE750C

Text Example


Text Example

White with #AE750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE750C; }

 p { color: rgb(174,117,12); }

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

background-color css

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

 a { background-color: rgb(174,117,12); }

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

border-color css

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

 span { border-color: rgb(174,117,12); }

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