Html Css Color HEX #A68000 Dark Goldenrod

📋 copy color: '#A68000'

red 166 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #A68000

Tints of Dark Goldenrod #A68000

RGB

 RED value IS 166 (65.23% from 255) = 56.46%

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.46%
G = 43.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68000 (or 0xA68000) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 00. RGB value is (166,128,0). Sum of RGB (Red+Green+Blue) = 166+128+0=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A68000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68000 is #597FFF. Grayscale: #7D7D7D. Windows color (decimal): -5865472 or 32934. OLE color: 32934.

HSL color Cylindrical-coordinate representation of color #A68000: hue angle of 46.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 0 -
CMYK 0 0.23 1 0.35
HSL 46.27º 1% 0.33% -
HSV(B) 46.27º 1% 0.65% -
XYZ 23.45 23.55 3.31 -
YUV 124.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 166 128 0 0 0.23 1 0.35 46.27 1 0.33
Hex A6 80 0 0 17 64 23 2E 64 21
Octal 246 200 0 0 27 144 43 56 144 41
Binary 10100110 10000000 0 0 10111 1100100 100011 101110 1100100 100001

Color Harmonies of #A68000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68000

Black with #A68000

Text Example


Text Example

White with #A68000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68000; }

 p { color: rgb(166,128,0); }

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

background-color css

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

 a { background-color: rgb(166,128,0); }

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

border-color css

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

 span { border-color: rgb(166,128,0); }

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