Html Css Color HEX #AC880D Dark Goldenrod

📋 copy color: '#AC880D'

red 172 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #AC880D

Tints of Dark Goldenrod #AC880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

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

R = 53.58%
G = 42.37%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC880D (or 0xAC880D) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 0D. RGB value is (172,136,13). Sum of RGB (Red+Green+Blue) = 172+136+13=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC880D is #5377F2. Grayscale: #858585. Windows color (decimal): -5470195 or 886956. OLE color: 886956.

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

Color convert

RGB 172 136 13 -
CMYK 0 0.21 0.92 0.33
HSL 46.42º 0.86% 0.36% -
HSV(B) 46.42º 0.92% 0.67% -
XYZ 25.89 26.41 4.11 -
YUV 132.74 60.43 156 -
System Red Green Blue C M Y K H S L
Decimal 172 136 13 0 0.21 0.92 0.33 46.42 0.86 0.36
Hex AC 88 D 0 15 5C 21 2E 56 24
Octal 254 210 15 0 25 134 41 56 126 44
Binary 10101100 10001000 1101 0 10101 1011100 100001 101110 1010110 100100

Color Harmonies of #AC880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC880D

Black with #AC880D

Text Example


Text Example

White with #AC880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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