Html Css Color HEX #AC830D Dark Goldenrod

📋 copy color: '#AC830D'

red 172 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #AC830D

Tints of Dark Goldenrod #AC830D

RGB

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

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

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

R = 54.43%
G = 41.46%
B = 4.11%

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

#AC830D (or 0xAC830D) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 0D. RGB value is (172,131,13). Sum of RGB (Red+Green+Blue) = 172+131+13=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC830D is #537CF2. Grayscale: #828282. Windows color (decimal): -5471475 or 885676. OLE color: 885676.

HSL color Cylindrical-coordinate representation of color #AC830D: hue angle of 44.53º 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 #AC830D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 13 -
CMYK 0 0.24 0.92 0.33
HSL 44.53º 0.86% 0.36% -
HSV(B) 44.53º 0.92% 0.67% -
XYZ 25.2 25.03 3.88 -
YUV 129.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 172 131 13 0 0.24 0.92 0.33 44.53 0.86 0.36
Hex AC 83 D 0 18 5C 21 2D 56 24
Octal 254 203 15 0 30 134 41 55 126 44
Binary 10101100 10000011 1101 0 11000 1011100 100001 101101 1010110 100100

Color Harmonies of #AC830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC830D

Black with #AC830D

Text Example


Text Example

White with #AC830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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