Html Css Color HEX #A68E01 Dark Goldenrod

📋 copy color: '#A68E01'

red 166 ◦ green 142 ◦ blue 1

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

Shades of Dark Goldenrod #A68E01

Tints of Dark Goldenrod #A68E01

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.95%

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

R = 53.72%
G = 45.95%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68E01 (or 0xA68E01) is known color: Dark Goldenrod. HEX triplet: A6, 8E and 01. RGB value is (166,142,1). Sum of RGB (Red+Green+Blue) = 166+142+1=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68E01 is #5971FE. Grayscale: #858585. Windows color (decimal): -5861887 or 102054. OLE color: 102054.

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

Color convert

RGB 166 142 1 -
CMYK 0 0.14 0.99 0.35
HSL 51.27º 0.99% 0.33% -
HSV(B) 51.27º 0.99% 0.65% -
XYZ 25.4 27.46 3.99 -
YUV 133.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 166 142 1 0 0.14 0.99 0.35 51.27 0.99 0.33
Hex A6 8E 1 0 E 63 23 33 63 21
Octal 246 216 1 0 16 143 43 63 143 41
Binary 10100110 10001110 1 0 1110 1100011 100011 110011 1100011 100001

Color Harmonies of #A68E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E01

Black with #A68E01

Text Example


Text Example

White with #A68E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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