Html Css Color HEX #AE7B05 Dark Goldenrod

📋 copy color: '#AE7B05'

red 174 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #AE7B05

Tints of Dark Goldenrod #AE7B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 57.62%
G = 40.73%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE7B05 (or 0xAE7B05) is known color: Dark Goldenrod. HEX triplet: AE, 7B and 05. RGB value is (174,123,5). Sum of RGB (Red+Green+Blue) = 174+123+5=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7B05 is #5184FA. Grayscale: #7D7D7D. Windows color (decimal): -5342459 or 359342. OLE color: 359342.

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

Color convert

RGB 174 123 5 -
CMYK 0 0.29 0.97 0.32
HSL 41.89º 0.94% 0.35% -
HSV(B) 41.89º 0.97% 0.68% -
XYZ 24.57 23.18 3.32 -
YUV 124.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 174 123 5 0 0.29 0.97 0.32 41.89 0.94 0.35
Hex AE 7B 5 0 1D 61 20 2A 5E 23
Octal 256 173 5 0 35 141 40 52 136 43
Binary 10101110 1111011 101 0 11101 1100001 100000 101010 1011110 100011

Color Harmonies of #AE7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B05

Black with #AE7B05

Text Example


Text Example

White with #AE7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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