Html Css Color HEX #A68F0E Lucky

📋 copy color: '#A68F0E'

red 166 ◦ green 143 ◦ blue 14

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

Shades of Lucky #A68F0E

Tints of Lucky #A68F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.33%

R = 51.39%
G = 44.27%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A68F0E (or 0xA68F0E) is known color: Lucky. HEX triplet: A6, 8F and 0E. RGB value is (166,143,14). Sum of RGB (Red+Green+Blue) = 166+143+14=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68F0E is #5970F1. Grayscale: #878787. Windows color (decimal): -5861618 or 954278. OLE color: 954278.

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

Color convert

RGB 166 143 14 -
CMYK 0 0.14 0.92 0.35
HSL 50.92º 0.84% 0.35% -
HSV(B) 50.92º 0.92% 0.65% -
XYZ 25.63 27.78 4.43 -
YUV 135.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 166 143 14 0 0.14 0.92 0.35 50.92 0.84 0.35
Hex A6 8F E 0 E 5C 23 33 54 23
Octal 246 217 16 0 16 134 43 63 124 43
Binary 10100110 10001111 1110 0 1110 1011100 100011 110011 1010100 100011

Color Harmonies of #A68F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F0E

Black with #A68F0E

Text Example


Text Example

White with #A68F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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