Html Css Color HEX #AC880F Dark Goldenrod

📋 copy color: '#AC880F'

red 172 ◦ green 136 ◦ blue 15

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

Shades of Dark Goldenrod #AC880F

Tints of Dark Goldenrod #AC880F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 53.25%
G = 42.11%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC880F (or 0xAC880F) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 0F. RGB value is (172,136,15). Sum of RGB (Red+Green+Blue) = 172+136+15=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC880F is #5377F0. Grayscale: #858585. Windows color (decimal): -5470193 or 1018028. OLE color: 1018028.

HSL color Cylindrical-coordinate representation of color #AC880F: hue angle of 46.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC880F is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 15 -
CMYK 0 0.21 0.91 0.33
HSL 46.24º 0.84% 0.37% -
HSV(B) 46.24º 0.91% 0.67% -
XYZ 25.9 26.41 4.18 -
YUV 132.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 172 136 15 0 0.21 0.91 0.33 46.24 0.84 0.37
Hex AC 88 F 0 15 5B 21 2E 54 25
Octal 254 210 17 0 25 133 41 56 124 45
Binary 10101100 10001000 1111 0 10101 1011011 100001 101110 1010100 100101

Color Harmonies of #AC880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC880F

Black with #AC880F

Text Example


Text Example

White with #AC880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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