Html Css Color HEX #AE7B15 Dark Goldenrod

📋 copy color: '#AE7B15'

red 174 ◦ green 123 ◦ blue 21

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

Shades of Dark Goldenrod #AE7B15

Tints of Dark Goldenrod #AE7B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 54.72%
G = 38.68%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE7B15 (or 0xAE7B15) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 15. RGB value is (174,123,21). Sum of RGB (Red+Green+Blue) = 174+123+21=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B15 is #5184EA. Grayscale: #7F7F7F. Windows color (decimal): -5342443 or 1407918. OLE color: 1407918.

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

Color convert

RGB 174 123 21 -
CMYK 0 0.29 0.88 0.32
HSL 40º 0.78% 0.38% -
HSV(B) 40º 0.88% 0.68% -
XYZ 24.67 23.22 3.89 -
YUV 126.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 174 123 21 0 0.29 0.88 0.32 40 0.78 0.38
Hex AE 7B 15 0 1D 58 20 28 4E 26
Octal 256 173 25 0 35 130 40 50 116 46
Binary 10101110 1111011 10101 0 11101 1011000 100000 101000 1001110 100110

Color Harmonies of #AE7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B15

Black with #AE7B15

Text Example


Text Example

White with #AE7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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