Html Css Color HEX #A68C04 Dark Goldenrod

📋 copy color: '#A68C04'

red 166 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #A68C04

Tints of Dark Goldenrod #A68C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 53.55%
G = 45.16%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68C04 (or 0xA68C04) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 04. RGB value is (166,140,4). Sum of RGB (Red+Green+Blue) = 166+140+4=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C04 is #5973FB. Grayscale: #848484. Windows color (decimal): -5862396 or 298150. OLE color: 298150.

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

Color convert

RGB 166 140 4 -
CMYK 0 0.16 0.98 0.35
HSL 50.37º 0.95% 0.33% -
HSV(B) 50.37º 0.98% 0.65% -
XYZ 25.13 26.87 3.98 -
YUV 132.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 166 140 4 0 0.16 0.98 0.35 50.37 0.95 0.33
Hex A6 8C 4 0 10 62 23 32 5F 21
Octal 246 214 4 0 20 142 43 62 137 41
Binary 10100110 10001100 100 0 10000 1100010 100011 110010 1011111 100001

Color Harmonies of #A68C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C04

Black with #A68C04

Text Example


Text Example

White with #A68C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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