Html Css Color HEX #AD830E Dark Goldenrod

📋 copy color: '#AD830E'

red 173 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #AD830E

Tints of Dark Goldenrod #AD830E

RGB

 RED value IS 173 (67.97% from 255) = 54.4%

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 54.4%
G = 41.19%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD830E (or 0xAD830E) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 0E. RGB value is (173,131,14). Sum of RGB (Red+Green+Blue) = 173+131+14=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD830E is #527CF1. Grayscale: #828282. Windows color (decimal): -5405938 or 951213. OLE color: 951213.

HSL color Cylindrical-coordinate representation of color #AD830E: hue angle of 44.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD830E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 14 -
CMYK 0 0.24 0.92 0.32
HSL 44.15º 0.85% 0.37% -
HSV(B) 44.15º 0.92% 0.68% -
XYZ 25.43 25.15 3.93 -
YUV 130.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 173 131 14 0 0.24 0.92 0.32 44.15 0.85 0.37
Hex AD 83 E 0 18 5C 20 2C 55 25
Octal 255 203 16 0 30 134 40 54 125 45
Binary 10101101 10000011 1110 0 11000 1011100 100000 101100 1010101 100101

Color Harmonies of #AD830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD830E

Black with #AD830E

Text Example


Text Example

White with #AD830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD830E; }

 p { color: rgb(173,131,14); }

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

background-color css

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

 a { background-color: rgb(173,131,14); }

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

border-color css

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

 span { border-color: rgb(173,131,14); }

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