Html Css Color HEX #A68C01 Dark Goldenrod

📋 copy color: '#A68C01'

red 166 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #A68C01

Tints of Dark Goldenrod #A68C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

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

R = 54.07%
G = 45.6%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68C01 (or 0xA68C01) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 01. RGB value is (166,140,1). Sum of RGB (Red+Green+Blue) = 166+140+1=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C01 is #5973FE. Grayscale: #848484. Windows color (decimal): -5862399 or 101542. OLE color: 101542.

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

Color convert

RGB 166 140 1 -
CMYK 0 0.16 0.99 0.35
HSL 50.55º 0.99% 0.33% -
HSV(B) 50.55º 0.99% 0.65% -
XYZ 25.11 26.87 3.89 -
YUV 131.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 166 140 1 0 0.16 0.99 0.35 50.55 0.99 0.33
Hex A6 8C 1 0 10 63 23 33 63 21
Octal 246 214 1 0 20 143 43 63 143 41
Binary 10100110 10001100 1 0 10000 1100011 100011 110011 1100011 100001

Color Harmonies of #A68C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C01

Black with #A68C01

Text Example


Text Example

White with #A68C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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