Html Css Color HEX #A68D0D Lucky

📋 copy color: '#A68D0D'

red 166 ◦ green 141 ◦ blue 13

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

Shades of Lucky #A68D0D

Tints of Lucky #A68D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

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

R = 51.88%
G = 44.06%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A68D0D (or 0xA68D0D) is known color: Lucky. HEX triplet: A6, 8D and 0D. RGB value is (166,141,13). Sum of RGB (Red+Green+Blue) = 166+141+13=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D0D is #5972F2. Grayscale: #868686. Windows color (decimal): -5862131 or 888230. OLE color: 888230.

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

Color convert

RGB 166 141 13 -
CMYK 0 0.15 0.92 0.35
HSL 50.2º 0.85% 0.35% -
HSV(B) 50.2º 0.92% 0.65% -
XYZ 25.32 27.19 4.29 -
YUV 133.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 166 141 13 0 0.15 0.92 0.35 50.2 0.85 0.35
Hex A6 8D D 0 F 5C 23 32 55 23
Octal 246 215 15 0 17 134 43 62 125 43
Binary 10100110 10001101 1101 0 1111 1011100 100011 110010 1010101 100011

Color Harmonies of #A68D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68D0D

Black with #A68D0D

Text Example


Text Example

White with #A68D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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