Html Css Color HEX #AD830A Dark Goldenrod

📋 copy color: '#AD830A'

red 173 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #AD830A

Tints of Dark Goldenrod #AD830A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 55.1%
G = 41.72%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD830A (or 0xAD830A) is known color: Dark Goldenrod. HEX triplet: AD, 83 and 0A. RGB value is (173,131,10). Sum of RGB (Red+Green+Blue) = 173+131+10=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD830A is #527CF5. Grayscale: #828282. Windows color (decimal): -5405942 or 689069. OLE color: 689069.

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

Color convert

RGB 173 131 10 -
CMYK 0 0.24 0.94 0.32
HSL 44.54º 0.89% 0.36% -
HSV(B) 44.54º 0.94% 0.68% -
XYZ 25.4 25.14 3.8 -
YUV 129.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 173 131 10 0 0.24 0.94 0.32 44.54 0.89 0.36
Hex AD 83 A 0 18 5E 20 2D 59 24
Octal 255 203 12 0 30 136 40 55 131 44
Binary 10101101 10000011 1010 0 11000 1011110 100000 101101 1011001 100100

Color Harmonies of #AD830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD830A

Black with #AD830A

Text Example


Text Example

White with #AD830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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