Html Css Color HEX #A6830E Dark Goldenrod

📋 copy color: '#A6830E'

red 166 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #A6830E

Tints of Dark Goldenrod #A6830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 53.38%
G = 42.12%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6830E (or 0xA6830E) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 0E. RGB value is (166,131,14). Sum of RGB (Red+Green+Blue) = 166+131+14=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6830E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6830E is #597CF1. Grayscale: #808080. Windows color (decimal): -5864690 or 951206. OLE color: 951206.

HSL color Cylindrical-coordinate representation of color #A6830E: hue angle of 46.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6830E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 14 -
CMYK 0 0.21 0.92 0.35
HSL 46.18º 0.84% 0.35% -
HSV(B) 46.18º 0.92% 0.65% -
XYZ 23.92 24.37 3.86 -
YUV 128.13 63.6 155.01 -
System Red Green Blue C M Y K H S L
Decimal 166 131 14 0 0.21 0.92 0.35 46.18 0.84 0.35
Hex A6 83 E 0 15 5C 23 2E 54 23
Octal 246 203 16 0 25 134 43 56 124 43
Binary 10100110 10000011 1110 0 10101 1011100 100011 101110 1010100 100011

Color Harmonies of #A6830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6830E

Black with #A6830E

Text Example


Text Example

White with #A6830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6830E; }

 p { color: rgb(166,131,14); }

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

background-color css

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

 a { background-color: rgb(166,131,14); }

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

border-color css

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

 span { border-color: rgb(166,131,14); }

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