Html Css Color HEX #AE8F0B Dark Goldenrod

📋 copy color: '#AE8F0B'

red 174 ◦ green 143 ◦ blue 11

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

Shades of Dark Goldenrod #AE8F0B

Tints of Dark Goldenrod #AE8F0B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

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

R = 53.05%
G = 43.6%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE8F0B (or 0xAE8F0B) is known color: Dark Goldenrod. HEX triplet: AE, 8F and 0B. RGB value is (174,143,11). Sum of RGB (Red+Green+Blue) = 174+143+11=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8F0B is #5170F4. Grayscale: #898989. Windows color (decimal): -5337333 or 757678. OLE color: 757678.

HSL color Cylindrical-coordinate representation of color #AE8F0B: hue angle of 48.59º 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 #AE8F0B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 143 11 -
CMYK 0 0.18 0.94 0.32
HSL 48.59º 0.88% 0.36% -
HSV(B) 48.59º 0.94% 0.68% -
XYZ 27.34 28.67 4.41 -
YUV 137.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 174 143 11 0 0.18 0.94 0.32 48.59 0.88 0.36
Hex AE 8F B 0 12 5E 20 31 58 24
Octal 256 217 13 0 22 136 40 61 130 44
Binary 10101110 10001111 1011 0 10010 1011110 100000 110001 1011000 100100

Color Harmonies of #AE8F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F0B

Black with #AE8F0B

Text Example


Text Example

White with #AE8F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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