Html Css Color HEX #A68101 Dark Goldenrod

📋 copy color: '#A68101'

red 166 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #A68101

Tints of Dark Goldenrod #A68101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

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

R = 56.08%
G = 43.58%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68101 (or 0xA68101) is known color: Dark Goldenrod. HEX triplet: A6, 81 and 01. RGB value is (166,129,1). Sum of RGB (Red+Green+Blue) = 166+129+1=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A68101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68101 is #597EFE. Grayscale: #7E7E7E. Windows color (decimal): -5865215 or 98726. OLE color: 98726.

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

Color convert

RGB 166 129 1 -
CMYK 0 0.22 0.99 0.35
HSL 46.55º 0.99% 0.33% -
HSV(B) 46.55º 0.99% 0.65% -
XYZ 23.58 23.81 3.38 -
YUV 125.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 166 129 1 0 0.22 0.99 0.35 46.55 0.99 0.33
Hex A6 81 1 0 16 63 23 2F 63 21
Octal 246 201 1 0 26 143 43 57 143 41
Binary 10100110 10000001 1 0 10110 1100011 100011 101111 1100011 100001

Color Harmonies of #A68101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68101

Black with #A68101

Text Example


Text Example

White with #A68101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68101; }

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

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

background-color css

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

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

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

border-color css

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

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

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