Html Css Color HEX #AC890E Dark Goldenrod

📋 copy color: '#AC890E'

red 172 ◦ green 137 ◦ blue 14

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

Shades of Dark Goldenrod #AC890E

Tints of Dark Goldenrod #AC890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

 BLUE value IS 14 (5.86% from 255) = 4.33%

R = 53.25%
G = 42.41%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC890E (or 0xAC890E) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 0E. RGB value is (172,137,14). Sum of RGB (Red+Green+Blue) = 172+137+14=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC890E is #5376F1. Grayscale: #858585. Windows color (decimal): -5469938 or 952748. OLE color: 952748.

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

Color convert

RGB 172 137 14 -
CMYK 0 0.20 0.92 0.33
HSL 46.71º 0.85% 0.36% -
HSV(B) 46.71º 0.92% 0.67% -
XYZ 26.04 26.69 4.2 -
YUV 133.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 172 137 14 0 0.20 0.92 0.33 46.71 0.85 0.36
Hex AC 89 E 0 14 5C 21 2F 55 24
Octal 254 211 16 0 24 134 41 57 125 44
Binary 10101100 10001001 1110 0 10100 1011100 100001 101111 1010101 100100

Color Harmonies of #AC890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC890E

Black with #AC890E

Text Example


Text Example

White with #AC890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC890E; }

 p { color: rgb(172,137,14); }

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

background-color css

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

 a { background-color: rgb(172,137,14); }

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

border-color css

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

 span { border-color: rgb(172,137,14); }

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