Html Css Color HEX #AE730B Dark Goldenrod

📋 copy color: '#AE730B'

red 174 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #AE730B

Tints of Dark Goldenrod #AE730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 58%
G = 38.33%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE730B (or 0xAE730B) is known color: Dark Goldenrod. HEX triplet: AE, 73 and 0B. RGB value is (174,115,11). Sum of RGB (Red+Green+Blue) = 174+115+11=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE730B is #518CF4. Grayscale: #797979. Windows color (decimal): -5344501 or 750510. OLE color: 750510.

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

Color convert

RGB 174 115 11 -
CMYK 0 0.34 0.94 0.32
HSL 38.28º 0.88% 0.36% -
HSV(B) 38.28º 0.94% 0.68% -
XYZ 23.65 21.28 3.18 -
YUV 120.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 174 115 11 0 0.34 0.94 0.32 38.28 0.88 0.36
Hex AE 73 B 0 22 5E 20 26 58 24
Octal 256 163 13 0 42 136 40 46 130 44
Binary 10101110 1110011 1011 0 100010 1011110 100000 100110 1011000 100100

Color Harmonies of #AE730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE730B

Black with #AE730B

Text Example


Text Example

White with #AE730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE730B; }

 p { color: rgb(174,115,11); }

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

background-color css

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

 a { background-color: rgb(174,115,11); }

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

border-color css

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

 span { border-color: rgb(174,115,11); }

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