Html Css Color HEX #A67400 Dark Goldenrod

📋 copy color: '#A67400'

red 166 ◦ green 116 ◦ blue 0

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

Shades of Dark Goldenrod #A67400

Tints of Dark Goldenrod #A67400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 58.87%
G = 41.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67400 (or 0xA67400) is known color: Dark Goldenrod. HEX triplet: A6, 74 and 00. RGB value is (166,116,0). Sum of RGB (Red+Green+Blue) = 166+116+0=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A67400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67400 is #598BFF. Grayscale: #767676. Windows color (decimal): -5868544 or 29862. OLE color: 29862.

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

Color convert

RGB 166 116 0 -
CMYK 0 0.30 1 0.35
HSL 41.93º 1% 0.33% -
HSV(B) 41.93º 1% 0.65% -
XYZ 21.97 20.6 2.82 -
YUV 117.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 166 116 0 0 0.30 1 0.35 41.93 1 0.33
Hex A6 74 0 0 1E 64 23 2A 64 21
Octal 246 164 0 0 36 144 43 52 144 41
Binary 10100110 1110100 0 0 11110 1100100 100011 101010 1100100 100001

Color Harmonies of #A67400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67400

Black with #A67400

Text Example


Text Example

White with #A67400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67400; }

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

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

background-color css

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

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

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

border-color css

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

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

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