Html Css Color HEX #A88612 Dark Goldenrod

📋 copy color: '#A88612'

red 168 ◦ green 134 ◦ blue 18

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

Shades of Dark Goldenrod #A88612

Tints of Dark Goldenrod #A88612

RGB

 RED value IS 168 (66.02% from 255) = 52.5%

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 52.5%
G = 41.88%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A88612 (or 0xA88612) is known color: Dark Goldenrod. HEX triplet: A8, 86 and 12. RGB value is (168,134,18). Sum of RGB (Red+Green+Blue) = 168+134+18=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A88612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88612 is #5779ED. Grayscale: #838383. Windows color (decimal): -5732846 or 1214120. OLE color: 1214120.

HSL color Cylindrical-coordinate representation of color #A88612: hue angle of 46.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88612 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 18 -
CMYK 0 0.20 0.89 0.34
HSL 46.4º 0.81% 0.36% -
HSV(B) 46.4º 0.89% 0.66% -
XYZ 24.78 25.42 4.17 -
YUV 130.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 168 134 18 0 0.20 0.89 0.34 46.4 0.81 0.36
Hex A8 86 12 0 14 59 22 2E 51 24
Octal 250 206 22 0 24 131 42 56 121 44
Binary 10101000 10000110 10010 0 10100 1011001 100010 101110 1010001 100100

Color Harmonies of #A88612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88612

Black with #A88612

Text Example


Text Example

White with #A88612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88612; }

 p { color: rgb(168,134,18); }

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

background-color css

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

 a { background-color: rgb(168,134,18); }

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

border-color css

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

 span { border-color: rgb(168,134,18); }

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