Html Css Color HEX #AC800D Dark Goldenrod

📋 copy color: '#AC800D'

red 172 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #AC800D

Tints of Dark Goldenrod #AC800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 54.95%
G = 40.89%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC800D (or 0xAC800D) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 0D. RGB value is (172,128,13). Sum of RGB (Red+Green+Blue) = 172+128+13=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC800D is #537FF2. Grayscale: #808080. Windows color (decimal): -5472243 or 884908. OLE color: 884908.

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

Color convert

RGB 172 128 13 -
CMYK 0 0.26 0.92 0.33
HSL 43.4º 0.86% 0.36% -
HSV(B) 43.4º 0.92% 0.67% -
XYZ 24.81 24.24 3.75 -
YUV 128.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 172 128 13 0 0.26 0.92 0.33 43.4 0.86 0.36
Hex AC 80 D 0 1A 5C 21 2B 56 24
Octal 254 200 15 0 32 134 41 53 126 44
Binary 10101100 10000000 1101 0 11010 1011100 100001 101011 1010110 100100

Color Harmonies of #AC800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC800D

Black with #AC800D

Text Example


Text Example

White with #AC800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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