Html Css Color HEX #A68200 Dark Goldenrod

📋 copy color: '#A68200'

red 166 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #A68200

Tints of Dark Goldenrod #A68200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

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

R = 56.08%
G = 43.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A68200 (or 0xA68200) is known color: Dark Goldenrod. HEX triplet: A6, 82 and 00. RGB value is (166,130,0). Sum of RGB (Red+Green+Blue) = 166+130+0=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A68200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68200 is #597DFF. Grayscale: #7E7E7E. Windows color (decimal): -5864960 or 33446. OLE color: 33446.

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

Color convert

RGB 166 130 0 -
CMYK 0 0.22 1 0.35
HSL 46.99º 1% 0.33% -
HSV(B) 46.99º 1% 0.65% -
XYZ 23.71 24.07 3.4 -
YUV 125.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 166 130 0 0 0.22 1 0.35 46.99 1 0.33
Hex A6 82 0 0 16 64 23 2F 64 21
Octal 246 202 0 0 26 144 43 57 144 41
Binary 10100110 10000010 0 0 10110 1100100 100011 101111 1100100 100001

Color Harmonies of #A68200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68200

Black with #A68200

Text Example


Text Example

White with #A68200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68200; }

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

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

background-color css

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

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

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

border-color css

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

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

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