Html Css Color HEX #A68F05 Dark Goldenrod

📋 copy color: '#A68F05'

red 166 ◦ green 143 ◦ blue 5

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

Shades of Dark Goldenrod #A68F05

Tints of Dark Goldenrod #A68F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 52.87%
G = 45.54%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A68F05 (or 0xA68F05) is known color: Dark Goldenrod. HEX triplet: A6, 8F and 05. RGB value is (166,143,5). Sum of RGB (Red+Green+Blue) = 166+143+5=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F05 is #5970FA. Grayscale: #868686. Windows color (decimal): -5861627 or 364454. OLE color: 364454.

HSL color Cylindrical-coordinate representation of color #A68F05: hue angle of 51.43º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A68F05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 5 -
CMYK 0 0.14 0.97 0.35
HSL 51.43º 0.94% 0.34% -
HSV(B) 51.43º 0.97% 0.65% -
XYZ 25.58 27.76 4.15 -
YUV 134.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 166 143 5 0 0.14 0.97 0.35 51.43 0.94 0.34
Hex A6 8F 5 0 E 61 23 33 5E 22
Octal 246 217 5 0 16 141 43 63 136 42
Binary 10100110 10001111 101 0 1110 1100001 100011 110011 1011110 100010

Color Harmonies of #A68F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F05

Black with #A68F05

Text Example


Text Example

White with #A68F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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