Html Css Color HEX #A68D00 Dark Goldenrod

📋 copy color: '#A68D00'

red 166 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #A68D00

Tints of Dark Goldenrod #A68D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.93%

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

R = 54.07%
G = 45.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68D00 (or 0xA68D00) is known color: Dark Goldenrod. HEX triplet: A6, 8D and 00. RGB value is (166,141,0). Sum of RGB (Red+Green+Blue) = 166+141+0=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D00 is #5972FF. Grayscale: #848484. Windows color (decimal): -5862144 or 36262. OLE color: 36262.

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

Color convert

RGB 166 141 0 -
CMYK 0 0.15 1 0.35
HSL 50.96º 1% 0.33% -
HSV(B) 50.96º 1% 0.65% -
XYZ 25.25 27.16 3.91 -
YUV 132.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 166 141 0 0 0.15 1 0.35 50.96 1 0.33
Hex A6 8D 0 0 F 64 23 33 64 21
Octal 246 215 0 0 17 144 43 63 144 41
Binary 10100110 10001101 0 0 1111 1100100 100011 110011 1100100 100001

Color Harmonies of #A68D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D00

Black with #A68D00

Text Example


Text Example

White with #A68D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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