Html Css Color HEX #A67800 Dark Goldenrod

📋 copy color: '#A67800'

red 166 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #A67800

Tints of Dark Goldenrod #A67800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.96%

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

R = 58.04%
G = 41.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67800 (or 0xA67800) is known color: Dark Goldenrod. HEX triplet: A6, 78 and 00. RGB value is (166,120,0). Sum of RGB (Red+Green+Blue) = 166+120+0=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A67800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67800 is #5987FF. Grayscale: #787878. Windows color (decimal): -5867520 or 30886. OLE color: 30886.

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

Color convert

RGB 166 120 0 -
CMYK 0 0.28 1 0.35
HSL 43.37º 1% 0.33% -
HSV(B) 43.37º 1% 0.65% -
XYZ 22.44 21.54 2.97 -
YUV 120.07 60.24 160.76 -
System Red Green Blue C M Y K H S L
Decimal 166 120 0 0 0.28 1 0.35 43.37 1 0.33
Hex A6 78 0 0 1C 64 23 2B 64 21
Octal 246 170 0 0 34 144 43 53 144 41
Binary 10100110 1111000 0 0 11100 1100100 100011 101011 1100100 100001

Color Harmonies of #A67800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67800

Black with #A67800

Text Example


Text Example

White with #A67800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67800; }

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

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

background-color css

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

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

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

border-color css

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

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

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