Html Css Color HEX #A68F04 Dark Goldenrod

📋 copy color: '#A68F04'

red 166 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #A68F04

Tints of Dark Goldenrod #A68F04

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

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

R = 53.04%
G = 45.69%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68F04 (or 0xA68F04) is known color: Dark Goldenrod. HEX triplet: A6, 8F and 04. RGB value is (166,143,4). Sum of RGB (Red+Green+Blue) = 166+143+4=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F04 is #5970FB. Grayscale: #868686. Windows color (decimal): -5861628 or 298918. OLE color: 298918.

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

Color convert

RGB 166 143 4 -
CMYK 0 0.14 0.98 0.35
HSL 51.48º 0.95% 0.33% -
HSV(B) 51.48º 0.98% 0.65% -
XYZ 25.57 27.76 4.13 -
YUV 134.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 166 143 4 0 0.14 0.98 0.35 51.48 0.95 0.33
Hex A6 8F 4 0 E 62 23 33 5F 21
Octal 246 217 4 0 16 142 43 63 137 41
Binary 10100110 10001111 100 0 1110 1100010 100011 110011 1011111 100001

Color Harmonies of #A68F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F04

Black with #A68F04

Text Example


Text Example

White with #A68F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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