Html Css Color HEX #A68A10 Dark Goldenrod

📋 copy color: '#A68A10'

red 166 ◦ green 138 ◦ blue 16

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

Shades of Dark Goldenrod #A68A10

Tints of Dark Goldenrod #A68A10

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 16 (6.64% from 255) = 5%

R = 51.88%
G = 43.13%
B = 5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68A10 (or 0xA68A10) is known color: Dark Goldenrod. HEX triplet: A6, 8A and 10. RGB value is (166,138,16). Sum of RGB (Red+Green+Blue) = 166+138+16=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A10 is #5975EF. Grayscale: #848484. Windows color (decimal): -5862896 or 1084070. OLE color: 1084070.

HSL color Cylindrical-coordinate representation of color #A68A10: hue angle of 48.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68A10 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 138 16 -
CMYK 0 0.17 0.90 0.35
HSL 48.8º 0.82% 0.36% -
HSV(B) 48.8º 0.9% 0.65% -
XYZ 24.91 26.32 4.26 -
YUV 132.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 166 138 16 0 0.17 0.90 0.35 48.8 0.82 0.36
Hex A6 8A 10 0 11 5A 23 31 52 24
Octal 246 212 20 0 21 132 43 61 122 44
Binary 10100110 10001010 10000 0 10001 1011010 100011 110001 1010010 100100

Color Harmonies of #A68A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A10

Black with #A68A10

Text Example


Text Example

White with #A68A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A10; }

 p { color: rgb(166,138,16); }

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

background-color css

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

 a { background-color: rgb(166,138,16); }

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

border-color css

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

 span { border-color: rgb(166,138,16); }

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