Html Css Color HEX #A68800 Dark Goldenrod

📋 copy color: '#A68800'

red 166 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #A68800

Tints of Dark Goldenrod #A68800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 54.97%
G = 45.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68800 (or 0xA68800) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 00. RGB value is (166,136,0). Sum of RGB (Red+Green+Blue) = 166+136+0=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A68800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68800 is #5977FF. Grayscale: #828282. Windows color (decimal): -5863424 or 34982. OLE color: 34982.

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

Color convert

RGB 166 136 0 -
CMYK 0 0.18 1 0.35
HSL 49.16º 1% 0.33% -
HSV(B) 49.16º 1% 0.65% -
XYZ 24.53 25.72 3.67 -
YUV 129.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 166 136 0 0 0.18 1 0.35 49.16 1 0.33
Hex A6 88 0 0 12 64 23 31 64 21
Octal 246 210 0 0 22 144 43 61 144 41
Binary 10100110 10001000 0 0 10010 1100100 100011 110001 1100100 100001

Color Harmonies of #A68800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68800

Black with #A68800

Text Example


Text Example

White with #A68800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68800; }

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

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

background-color css

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

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

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

border-color css

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

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

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