Html Css Color HEX #A68B0D Dark Goldenrod

📋 copy color: '#A68B0D'

red 166 ◦ green 139 ◦ blue 13

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

Shades of Dark Goldenrod #A68B0D

Tints of Dark Goldenrod #A68B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 52.2%
G = 43.71%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A68B0D (or 0xA68B0D) is known color: Dark Goldenrod. HEX triplet: A6, 8B and 0D. RGB value is (166,139,13). Sum of RGB (Red+Green+Blue) = 166+139+13=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B0D is #5974F2. Grayscale: #858585. Windows color (decimal): -5862643 or 887718. OLE color: 887718.

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

Color convert

RGB 166 139 13 -
CMYK 0 0.16 0.92 0.35
HSL 49.41º 0.85% 0.35% -
HSV(B) 49.41º 0.92% 0.65% -
XYZ 25.03 26.6 4.2 -
YUV 132.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 166 139 13 0 0.16 0.92 0.35 49.41 0.85 0.35
Hex A6 8B D 0 10 5C 23 31 55 23
Octal 246 213 15 0 20 134 43 61 125 43
Binary 10100110 10001011 1101 0 10000 1011100 100011 110001 1010101 100011

Color Harmonies of #A68B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B0D

Black with #A68B0D

Text Example


Text Example

White with #A68B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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