Html Css Color HEX #A68C0D Lucky

📋 copy color: '#A68C0D'

red 166 ◦ green 140 ◦ blue 13

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

Shades of Lucky #A68C0D

Tints of Lucky #A68C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

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

R = 52.04%
G = 43.89%
B = 4.08%

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

#A68C0D (or 0xA68C0D) is known color: Lucky. HEX triplet: A6, 8C and 0D. RGB value is (166,140,13). Sum of RGB (Red+Green+Blue) = 166+140+13=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C0D is #5973F2. Grayscale: #858585. Windows color (decimal): -5862387 or 887974. OLE color: 887974.

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

Color convert

RGB 166 140 13 -
CMYK 0 0.16 0.92 0.35
HSL 49.8º 0.85% 0.35% -
HSV(B) 49.8º 0.92% 0.65% -
XYZ 25.18 26.89 4.24 -
YUV 133.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 166 140 13 0 0.16 0.92 0.35 49.8 0.85 0.35
Hex A6 8C D 0 10 5C 23 32 55 23
Octal 246 214 15 0 20 134 43 62 125 43
Binary 10100110 10001100 1101 0 10000 1011100 100011 110010 1010101 100011

Color Harmonies of #A68C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C0D

Black with #A68C0D

Text Example


Text Example

White with #A68C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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