Html Css Color HEX #A88512 Dark Goldenrod

📋 copy color: '#A88512'

red 168 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #A88512

Tints of Dark Goldenrod #A88512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 52.66%
G = 41.69%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A88512 (or 0xA88512) is known color: Dark Goldenrod. HEX triplet: A8, 85 and 12. RGB value is (168,133,18). Sum of RGB (Red+Green+Blue) = 168+133+18=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A88512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88512 is #577AED. Grayscale: #828282. Windows color (decimal): -5733102 or 1213864. OLE color: 1213864.

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

Color convert

RGB 168 133 18 -
CMYK 0 0.21 0.89 0.34
HSL 46º 0.81% 0.36% -
HSV(B) 46º 0.89% 0.66% -
XYZ 24.65 25.14 4.13 -
YUV 130.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 168 133 18 0 0.21 0.89 0.34 46 0.81 0.36
Hex A8 85 12 0 15 59 22 2E 51 24
Octal 250 205 22 0 25 131 42 56 121 44
Binary 10101000 10000101 10010 0 10101 1011001 100010 101110 1010001 100100

Color Harmonies of #A88512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88512

Black with #A88512

Text Example


Text Example

White with #A88512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88512; }

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

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

background-color css

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

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

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

border-color css

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

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

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