Html Css Color HEX #A6830F Dark Goldenrod

📋 copy color: '#A6830F'

red 166 ◦ green 131 ◦ blue 15

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

Shades of Dark Goldenrod #A6830F

Tints of Dark Goldenrod #A6830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 53.21%
G = 41.99%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6830F (or 0xA6830F) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 0F. RGB value is (166,131,15). Sum of RGB (Red+Green+Blue) = 166+131+15=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6830F is #597CF0. Grayscale: #808080. Windows color (decimal): -5864689 or 1016742. OLE color: 1016742.

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

Color convert

RGB 166 131 15 -
CMYK 0 0.21 0.91 0.35
HSL 46.09º 0.83% 0.35% -
HSV(B) 46.09º 0.91% 0.65% -
XYZ 23.93 24.37 3.9 -
YUV 128.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 166 131 15 0 0.21 0.91 0.35 46.09 0.83 0.35
Hex A6 83 F 0 15 5B 23 2E 53 23
Octal 246 203 17 0 25 133 43 56 123 43
Binary 10100110 10000011 1111 0 10101 1011011 100011 101110 1010011 100011

Color Harmonies of #A6830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6830F

Black with #A6830F

Text Example


Text Example

White with #A6830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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