Html Css Color HEX #AC820D Dark Goldenrod

📋 copy color: '#AC820D'

red 172 ◦ green 130 ◦ blue 13

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

Shades of Dark Goldenrod #AC820D

Tints of Dark Goldenrod #AC820D

RGB

 RED value IS 172 (67.58% from 255) = 54.6%

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 54.6%
G = 41.27%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC820D (or 0xAC820D) is known color: Dark Goldenrod. HEX triplet: AC, 82 and 0D. RGB value is (172,130,13). Sum of RGB (Red+Green+Blue) = 172+130+13=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC820D is #537DF2. Grayscale: #818181. Windows color (decimal): -5471731 or 885420. OLE color: 885420.

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

Color convert

RGB 172 130 13 -
CMYK 0 0.24 0.92 0.33
HSL 44.15º 0.86% 0.36% -
HSV(B) 44.15º 0.92% 0.67% -
XYZ 25.07 24.76 3.84 -
YUV 129.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 172 130 13 0 0.24 0.92 0.33 44.15 0.86 0.36
Hex AC 82 D 0 18 5C 21 2C 56 24
Octal 254 202 15 0 30 134 41 54 126 44
Binary 10101100 10000010 1101 0 11000 1011100 100001 101100 1010110 100100

Color Harmonies of #AC820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC820D

Black with #AC820D

Text Example


Text Example

White with #AC820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC820D; }

 p { color: rgb(172,130,13); }

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

background-color css

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

 a { background-color: rgb(172,130,13); }

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

border-color css

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

 span { border-color: rgb(172,130,13); }

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