Html Css Color HEX #A68301 Dark Goldenrod

📋 copy color: '#A68301'

red 166 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #A68301

Tints of Dark Goldenrod #A68301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 55.7%
G = 43.96%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68301 (or 0xA68301) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 01. RGB value is (166,131,1). Sum of RGB (Red+Green+Blue) = 166+131+1=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A68301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68301 is #597CFE. Grayscale: #7F7F7F. Windows color (decimal): -5864703 or 99238. OLE color: 99238.

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

Color convert

RGB 166 131 1 -
CMYK 0 0.21 0.99 0.35
HSL 47.27º 0.99% 0.33% -
HSV(B) 47.27º 0.99% 0.65% -
XYZ 23.85 24.34 3.47 -
YUV 126.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 166 131 1 0 0.21 0.99 0.35 47.27 0.99 0.33
Hex A6 83 1 0 15 63 23 2F 63 21
Octal 246 203 1 0 25 143 43 57 143 41
Binary 10100110 10000011 1 0 10101 1100011 100011 101111 1100011 100001

Color Harmonies of #A68301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68301

Black with #A68301

Text Example


Text Example

White with #A68301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68301; }

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

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

background-color css

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

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

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

border-color css

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

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

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