Html Css Color HEX #AE7B04 Dark Goldenrod

📋 copy color: '#AE7B04'

red 174 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #AE7B04

Tints of Dark Goldenrod #AE7B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 57.81%
G = 40.86%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AE7B04 (or 0xAE7B04) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 04. RGB value is (174,123,4). Sum of RGB (Red+Green+Blue) = 174+123+4=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B04 is #5184FB. Grayscale: #7D7D7D. Windows color (decimal): -5342460 or 293806. OLE color: 293806.

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

Color convert

RGB 174 123 4 -
CMYK 0 0.29 0.98 0.32
HSL 42º 0.96% 0.35% -
HSV(B) 42º 0.98% 0.68% -
XYZ 24.56 23.17 3.29 -
YUV 124.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 174 123 4 0 0.29 0.98 0.32 42 0.96 0.35
Hex AE 7B 4 0 1D 62 20 2A 60 23
Octal 256 173 4 0 35 142 40 52 140 43
Binary 10101110 1111011 100 0 11101 1100010 100000 101010 1100000 100011

Color Harmonies of #AE7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B04

Black with #AE7B04

Text Example


Text Example

White with #AE7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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