Html Css Color HEX #A68B0A Dark Goldenrod

📋 copy color: '#A68B0A'

red 166 ◦ green 139 ◦ blue 10

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

Shades of Dark Goldenrod #A68B0A

Tints of Dark Goldenrod #A68B0A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 52.7%
G = 44.13%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A68B0A (or 0xA68B0A) is known color: Dark Goldenrod. HEX triplet: A6, 8B and 0A. RGB value is (166,139,10). Sum of RGB (Red+Green+Blue) = 166+139+10=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B0A is #5974F5. Grayscale: #848484. Windows color (decimal): -5862646 or 691110. OLE color: 691110.

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

Color convert

RGB 166 139 10 -
CMYK 0 0.16 0.94 0.35
HSL 49.62º 0.89% 0.35% -
HSV(B) 49.62º 0.94% 0.65% -
XYZ 25.01 26.59 4.1 -
YUV 132.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 166 139 10 0 0.16 0.94 0.35 49.62 0.89 0.35
Hex A6 8B A 0 10 5E 23 32 59 23
Octal 246 213 12 0 20 136 43 62 131 43
Binary 10100110 10001011 1010 0 10000 1011110 100011 110010 1011001 100011

Color Harmonies of #A68B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B0A

Black with #A68B0A

Text Example


Text Example

White with #A68B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B0A; }

 p { color: rgb(166,139,10); }

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

background-color css

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

 a { background-color: rgb(166,139,10); }

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

border-color css

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

 span { border-color: rgb(166,139,10); }

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