Html Css Color HEX #AD820C Dark Goldenrod

📋 copy color: '#AD820C'

red 173 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #AD820C

Tints of Dark Goldenrod #AD820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 54.92%
G = 41.27%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD820C (or 0xAD820C) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 0C. RGB value is (173,130,12). Sum of RGB (Red+Green+Blue) = 173+130+12=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD820C is #527DF3. Grayscale: #818181. Windows color (decimal): -5406196 or 819885. OLE color: 819885.

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

Color convert

RGB 173 130 12 -
CMYK 0 0.25 0.93 0.32
HSL 43.98º 0.87% 0.36% -
HSV(B) 43.98º 0.93% 0.68% -
XYZ 25.28 24.88 3.82 -
YUV 129.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 173 130 12 0 0.25 0.93 0.32 43.98 0.87 0.36
Hex AD 82 C 0 19 5D 20 2C 57 24
Octal 255 202 14 0 31 135 40 54 127 44
Binary 10101101 10000010 1100 0 11001 1011101 100000 101100 1010111 100100

Color Harmonies of #AD820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD820C

Black with #AD820C

Text Example


Text Example

White with #AD820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD820C; }

 p { color: rgb(173,130,12); }

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

background-color css

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

 a { background-color: rgb(173,130,12); }

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

border-color css

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

 span { border-color: rgb(173,130,12); }

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