Html Css Color HEX #A68B0B Dark Goldenrod

📋 copy color: '#A68B0B'

red 166 ◦ green 139 ◦ blue 11

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

Shades of Dark Goldenrod #A68B0B

Tints of Dark Goldenrod #A68B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 52.53%
G = 43.99%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A68B0B (or 0xA68B0B) is known color: Dark Goldenrod. HEX triplet: A6, 8B and 0B. RGB value is (166,139,11). Sum of RGB (Red+Green+Blue) = 166+139+11=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B0B is #5974F4. Grayscale: #858585. Windows color (decimal): -5862645 or 756646. OLE color: 756646.

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

Color convert

RGB 166 139 11 -
CMYK 0 0.16 0.93 0.35
HSL 49.55º 0.88% 0.35% -
HSV(B) 49.55º 0.93% 0.65% -
XYZ 25.02 26.6 4.13 -
YUV 132.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 166 139 11 0 0.16 0.93 0.35 49.55 0.88 0.35
Hex A6 8B B 0 10 5D 23 32 58 23
Octal 246 213 13 0 20 135 43 62 130 43
Binary 10100110 10001011 1011 0 10000 1011101 100011 110010 1011000 100011

Color Harmonies of #A68B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B0B

Black with #A68B0B

Text Example


Text Example

White with #A68B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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