Html Css Color HEX #A68E00 Dark Goldenrod

📋 copy color: '#A68E00'

red 166 ◦ green 142 ◦ blue 0

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

Shades of Dark Goldenrod #A68E00

Tints of Dark Goldenrod #A68E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.1%

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

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68E00 (or 0xA68E00) is known color: Dark Goldenrod. HEX triplet: A6, 8E and 00. RGB value is (166,142,0). Sum of RGB (Red+Green+Blue) = 166+142+0=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68E00 is #5971FF. Grayscale: #858585. Windows color (decimal): -5861888 or 36518. OLE color: 36518.

HSL color Cylindrical-coordinate representation of color #A68E00: hue angle of 51.33º 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 #A68E00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 142 0 -
CMYK 0 0.14 1 0.35
HSL 51.33º 1% 0.33% -
HSV(B) 51.33º 1% 0.65% -
XYZ 25.4 27.45 3.96 -
YUV 132.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 166 142 0 0 0.14 1 0.35 51.33 1 0.33
Hex A6 8E 0 0 E 64 23 33 64 21
Octal 246 216 0 0 16 144 43 63 144 41
Binary 10100110 10001110 0 0 1110 1100100 100011 110011 1100100 100001

Color Harmonies of #A68E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E00

Black with #A68E00

Text Example


Text Example

White with #A68E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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