Html Css Color HEX #A68F15 Lucky

📋 copy color: '#A68F15'

red 166 ◦ green 143 ◦ blue 21

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

Shades of Lucky #A68F15

Tints of Lucky #A68F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.33%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 50.3%
G = 43.33%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68F15 (or 0xA68F15) is known color: Lucky. HEX triplet: A6, 8F and 15. RGB value is (166,143,21). Sum of RGB (Red+Green+Blue) = 166+143+21=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F15 is #5970EA. Grayscale: #888888. Windows color (decimal): -5861611 or 1413030. OLE color: 1413030.

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

Color convert

RGB 166 143 21 -
CMYK 0 0.14 0.87 0.35
HSL 50.48º 0.78% 0.37% -
HSV(B) 50.48º 0.87% 0.65% -
XYZ 25.68 27.81 4.72 -
YUV 135.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 166 143 21 0 0.14 0.87 0.35 50.48 0.78 0.37
Hex A6 8F 15 0 E 57 23 32 4E 25
Octal 246 217 25 0 16 127 43 62 116 45
Binary 10100110 10001111 10101 0 1110 1010111 100011 110010 1001110 100101

Color Harmonies of #A68F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F15

Black with #A68F15

Text Example


Text Example

White with #A68F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F15; }

 p { color: rgb(166,143,21); }

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

background-color css

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

 a { background-color: rgb(166,143,21); }

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

border-color css

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

 span { border-color: rgb(166,143,21); }

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