Html Css Color HEX #AE7B14 Dark Goldenrod

📋 copy color: '#AE7B14'

red 174 ◦ green 123 ◦ blue 20

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

Shades of Dark Goldenrod #AE7B14

Tints of Dark Goldenrod #AE7B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 54.89%
G = 38.8%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE7B14 (or 0xAE7B14) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 14. RGB value is (174,123,20). Sum of RGB (Red+Green+Blue) = 174+123+20=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B14 is #5184EB. Grayscale: #7E7E7E. Windows color (decimal): -5342444 or 1342382. OLE color: 1342382.

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

Color convert

RGB 174 123 20 -
CMYK 0 0.29 0.89 0.32
HSL 40.13º 0.79% 0.38% -
HSV(B) 40.13º 0.89% 0.68% -
XYZ 24.66 23.22 3.84 -
YUV 126.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 174 123 20 0 0.29 0.89 0.32 40.13 0.79 0.38
Hex AE 7B 14 0 1D 59 20 28 4F 26
Octal 256 173 24 0 35 131 40 50 117 46
Binary 10101110 1111011 10100 0 11101 1011001 100000 101000 1001111 100110

Color Harmonies of #AE7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B14

Black with #AE7B14

Text Example


Text Example

White with #AE7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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