Html Css Color HEX #A68700 Dark Goldenrod

📋 copy color: '#A68700'

red 166 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #A68700

Tints of Dark Goldenrod #A68700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

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

R = 55.15%
G = 44.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68700 (or 0xA68700) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 00. RGB value is (166,135,0). Sum of RGB (Red+Green+Blue) = 166+135+0=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A68700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68700 is #5978FF. Grayscale: #818181. Windows color (decimal): -5863680 or 34726. OLE color: 34726.

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

Color convert

RGB 166 135 0 -
CMYK 0 0.19 1 0.35
HSL 48.8º 1% 0.33% -
HSV(B) 48.8º 1% 0.65% -
XYZ 24.39 25.43 3.62 -
YUV 128.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 166 135 0 0 0.19 1 0.35 48.8 1 0.33
Hex A6 87 0 0 13 64 23 31 64 21
Octal 246 207 0 0 23 144 43 61 144 41
Binary 10100110 10000111 0 0 10011 1100100 100011 110001 1100100 100001

Color Harmonies of #A68700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68700

Black with #A68700

Text Example


Text Example

White with #A68700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68700; }

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

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

background-color css

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

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

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

border-color css

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

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

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