Html Css Color HEX #A68D05 Dark Goldenrod

📋 copy color: '#A68D05'

red 166 ◦ green 141 ◦ blue 5

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

Shades of Dark Goldenrod #A68D05

Tints of Dark Goldenrod #A68D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

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

R = 53.21%
G = 45.19%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A68D05 (or 0xA68D05) is known color: Dark Goldenrod. HEX triplet: A6, 8D and 05. RGB value is (166,141,5). Sum of RGB (Red+Green+Blue) = 166+141+5=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D05 is #5972FA. Grayscale: #858585. Windows color (decimal): -5862139 or 363942. OLE color: 363942.

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

Color convert

RGB 166 141 5 -
CMYK 0 0.15 0.97 0.35
HSL 50.68º 0.94% 0.34% -
HSV(B) 50.68º 0.97% 0.65% -
XYZ 25.28 27.17 4.06 -
YUV 132.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 166 141 5 0 0.15 0.97 0.35 50.68 0.94 0.34
Hex A6 8D 5 0 F 61 23 33 5E 22
Octal 246 215 5 0 17 141 43 63 136 42
Binary 10100110 10001101 101 0 1111 1100001 100011 110011 1011110 100010

Color Harmonies of #A68D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D05

Black with #A68D05

Text Example


Text Example

White with #A68D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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