Html Css Color HEX #A68B17 Lucky

📋 copy color: '#A68B17'

red 166 ◦ green 139 ◦ blue 23

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

Shades of Lucky #A68B17

Tints of Lucky #A68B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 50.61%
G = 42.38%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A68B17 (or 0xA68B17) is known color: Lucky. HEX triplet: A6, 8B and 17. RGB value is (166,139,23). Sum of RGB (Red+Green+Blue) = 166+139+23=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B17 is #5974E8. Grayscale: #868686. Windows color (decimal): -5862633 or 1543078. OLE color: 1543078.

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

Color convert

RGB 166 139 23 -
CMYK 0 0.16 0.86 0.35
HSL 48.67º 0.76% 0.37% -
HSV(B) 48.67º 0.86% 0.65% -
XYZ 25.11 26.63 4.63 -
YUV 133.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 166 139 23 0 0.16 0.86 0.35 48.67 0.76 0.37
Hex A6 8B 17 0 10 56 23 31 4C 25
Octal 246 213 27 0 20 126 43 61 114 45
Binary 10100110 10001011 10111 0 10000 1010110 100011 110001 1001100 100101

Color Harmonies of #A68B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B17

Black with #A68B17

Text Example


Text Example

White with #A68B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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